Finding the recursive sizes of folders and their contents in summary is easy with the disk usage (du) command. Output will look something like this.
Get the PHP Version at Command Line (3 examples)
To find the PHP version you can combine php and grep. Get the major/minor version only 7.2 Get full version number only 7.2.10 Get the
Find Ubuntu Version at the Command Line
Finding your current version of Ubuntu is simple. Output will look something like this. No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.1
A Guide to Finding Files on Linux and Mac
A few creative ways to use the find shell command. Case insensitively look for a file named your_file_name.txt Using wild cards – Case insensitively look
Command to Find Which Shell I’m Currently Using
This will work on any linux/unix variety and mac os. Output will look something like this. -bash
How to get a Summary of Every File Type in a Folder at the Command Line
This command will work on Linux and MacOS. Here we’re running it on our downloads folder to get a summary of every type of file
Listing Files Only With Grep Command
To only show the file names and not a preview of data add the command line param -l to grep. The below example searches in
Using Ghostscript CLI to Shrink a PDF
Shrinking a PDF with Ghostscript is easy in Linux. Below are 3 ghostscript commands to shrink PDFs to a few different levels. screen – lowest
How to Remove Duplicate Lines From a Text File In Linux
You can combine the sort and uniq command line programs to remove duplicate lines from a text file. In the example below, it will produce
How to Jump to a Line Number in VI Editor
To go to a specific line number in VI, first, make sure you’re not in editing mode by hitting ESC. Next type the line number