Another complex combination. To list line numbers on a file the cat command has an option, but the “nl” command has multiple formating options, something that the “cat” command doesnt.The -n specifies a format and “rz” right justifies with not leading zeros.
cat sourcefile.php | nl -n rz
To see the last 3 lines of any text [...]




