Number lines in a file
Sep 9,93The nl command numbers, by default, all non-blank lines in a file. Used without any options, nl numbers each non-blank …
Read MoreOctal dump
Sep 9,93The od (stands for octal dump) command displays a file in octal (base 8) format by default. It is often used …
Read MoreCreate aliases
Sep 9,93The alias command is used in Linux to create a shortcut (alias) to any command and options. Aliases are usually …
Read MoreHalt, reboot, and power off the system
Sep 9,93Just like their names imply, halt, reboot, and poweroff commands are used to halt, reboot, and power off the system. …
Read MoreShut down the system
Sep 9,93To bring your Linux system down in a secure way and prevent users from logging in during the process, you can …
Read MoreFilter text
Aug 18,93The cut command is used for text-filtering. It can be used to print selected parts of lines from a file. …
Read More