LINUX – How do you make `ls` show file sizes in megabytes?
ls -l –block-size=M will give you a long format listing (needed to actually see the file size) and round file sizes up...
ls -l –block-size=M will give you a long format listing (needed to actually see the file size) and round file sizes up...
Grep: Grep (Global Regular Expression Print) is a command-line utility for searching plain-text data sets for lines matching...
“rc” in .bashrc stand for: It stands for “run commands”. This comes from MIT’s CTSS (Compatible Time-Sharing System) and...
PROBLEM: From vi, if you issue the command :sp, the screen splits into two “views”, allowing you to edit more...
PROBLEM: Sometimes you want to start a process and forget about it. If you start it from the command line, like this: [ad...
/usr/bin: The /usr/bin Directory. /usr/bin is a standard directory on Unix-like operating systems that contains most of the...
Double dash: The double dash “–” means end of command line flags i.e. it tells the preceding command not...
Emacs: Emacs (pronounced EE-maks and sometimes spelled “emacs” or “EMACS”) Emacs is one of the most...
Purpose of the lost+found folder: This directory is for recovering files which are not properly closed due to many reason...
CTRL+S essentially does XOFF, which means the terminal will accept key strokes but won’t show the output of...
Our site uses cookies. By using this site, you agree to the Privacy Policy and Terms of Use.