/ Published in: Bash
List files in varying detail
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# List all files (including hidden) with permissions, size etc ls -al # List files (not hidden) with permissions & file size in MB ls -lh