Unix commands
Last updated
Last updated
If you want to display the biggest directories in the current working directory, Some of you would like to display the above result in human readable format. i.e you might want to display the largest files in KB, MB, or GB.
netstat (network statistics) command is used to display information concerning network connections, routing tables, interface stats and beyond.
lsof command (LiSt Open Files) is used to list all open files on a Linux system
To find all files in current directory:
and to delete all of those files :
To find all directory from the current location
and to delete this folders :
find files from here that contain "text-to-find"
, by Senthil Kumar on Jan 16, 2016.
, by Aaron Kili on July 11, 2017
, on September 28, 2017
, by ArchanaNagur on Jul 13, 2018
, by Radu Rădeanu on November 15, 2013
, by Vivek Gite on December 21, 2022