23
loading...
This website collects cookies to deliver better user experience
mkdir airbnb_clone
touch airbnb.rb
pwd => print working directory
ls => list
cd => change directory (cd <folder_name>)
cd .. => goes back to parent directory
rm <filename> => remove a file
rm -r <foldername> => remove a directory
mv <file_1_location> <file_2_location> => move file_1 to file_2_location
mv <file_with_old_name> <file_with_new_name> => rename a file
stt / code . => open sublime text/vs code in the current folder
cat <filename> => show the content inside the file