Ultimate Sass-Scss Cheatsheet [Live Doc]

Always inside a folder

clear // clear the screen
ls // list file contents
cd .. // Switch to parent directory
mkdir <folder-name> // Make directory
cd <folder-na…


This content originally appeared on DEV Community and was authored by Mohammed Ali

  • Always inside a folder
clear                       // clear the screen
ls                          // list file contents
cd ..                       // Switch to parent directory
mkdir <folder-name>         // Make directory
cd <folder-name>            // Change directory
touch <file.extension>      // Create a file with the extension provided
cp index.js ..              // Copy file into parent directory
mv script.js ..             // Move file into parent directory
rm index.js                 // Permanently delete the file
rm -r <directory-name>      // Delete the directory
rm script.js index.js       // Permanently delte multiple files
open hero.jpg               // Will open the pic in default pic viewer


This content originally appeared on DEV Community and was authored by Mohammed Ali


Print Share Comment Cite Upload Translate Updates
APA

Mohammed Ali | Sciencx (2024-08-14T21:17:32+00:00) Ultimate Sass-Scss Cheatsheet [Live Doc]. Retrieved from https://www.scien.cx/2024/08/14/ultimate-sass-scss-cheatsheet-live-doc/

MLA
" » Ultimate Sass-Scss Cheatsheet [Live Doc]." Mohammed Ali | Sciencx - Wednesday August 14, 2024, https://www.scien.cx/2024/08/14/ultimate-sass-scss-cheatsheet-live-doc/
HARVARD
Mohammed Ali | Sciencx Wednesday August 14, 2024 » Ultimate Sass-Scss Cheatsheet [Live Doc]., viewed ,<https://www.scien.cx/2024/08/14/ultimate-sass-scss-cheatsheet-live-doc/>
VANCOUVER
Mohammed Ali | Sciencx - » Ultimate Sass-Scss Cheatsheet [Live Doc]. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/14/ultimate-sass-scss-cheatsheet-live-doc/
CHICAGO
" » Ultimate Sass-Scss Cheatsheet [Live Doc]." Mohammed Ali | Sciencx - Accessed . https://www.scien.cx/2024/08/14/ultimate-sass-scss-cheatsheet-live-doc/
IEEE
" » Ultimate Sass-Scss Cheatsheet [Live Doc]." Mohammed Ali | Sciencx [Online]. Available: https://www.scien.cx/2024/08/14/ultimate-sass-scss-cheatsheet-live-doc/. [Accessed: ]
rf:citation
» Ultimate Sass-Scss Cheatsheet [Live Doc] | Mohammed Ali | Sciencx | https://www.scien.cx/2024/08/14/ultimate-sass-scss-cheatsheet-live-doc/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.