Basic Linux commands

ls      // list of directory
pwd      // current directory
cd      // change directory
cd ..      // back to previous directory
rm -d file_name    //delete directory

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

create a CRUD web application with Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library