Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

terminal size of file

ls -l filename   #Displays Size of the specified file
ls -l *          #Displays Size of All the files in the current directory
ls -al *         #Displays Size of All the files including hidden files in the current directory
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #terminal #size #file
ADD COMMENT
Topic
Name
5+3 =