Horje
terminal get size of file Code Example
terminal get 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
ls -al dir/      #Displays Size of All the files including hidden files in the 'dir' directory




Shell

Related
shell command read first lines Code Example shell command read first lines Code Example
bash curl weather report Code Example bash curl weather report Code Example
bash curl forecast Code Example bash curl forecast Code Example
npm install composition apiu Code Example npm install composition apiu Code Example
new git Code Example new git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9