List files with details


/ Published in: Bash
Save to your folder(s)

List files in varying detail


Copy this code and paste it in your HTML
  1. # List all files (including hidden) with permissions, size etc
  2. ls -al
  3.  
  4. # List files (not hidden) with permissions & file size in MB
  5. ls -lh

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.