Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. PlatformSDK mighty@mighty:~/hadk$ sdk-assistant list
  2. ls: unrecognized option '--literal'
  3. BusyBox v1.31.0 (2020-08-05 16:00:03 UTC) multi-call binary.
  4.  
  5. Usage: ls [-1AaCxdLHRFplinshrSXvctukZ] [-w WIDTH] [FILE]...
  6.  
  7. List directory contents
  8.  
  9. -1 One column output
  10. -a Include entries which start with .
  11. -A Like -a, but exclude . and ..
  12. -x List by lines
  13. -d List directory entries instead of contents
  14. -L Follow symlinks
  15. -H Follow symlinks on command line
  16. -R Recurse
  17. -p Append / to dir entries
  18. -F Append indicator (one of */=@|) to entries
  19. -l Long listing format
  20. -i List inode numbers
  21. -n List numeric UIDs and GIDs instead of names
  22. -s List allocated blocks
  23. -lc List ctime
  24. -lu List atime
  25. --full-time List full date and time
  26. -h Human readable sizes (1K 243M 2G)
  27. --group-directories-first
  28. -S Sort by size
  29. -X Sort by extension
  30. -v Sort by version
  31. -t Sort by mtime
  32. -tc Sort by ctime
  33. -tu Sort by atime
  34. -r Reverse sort order
  35. -Z List security context and permission
  36. -w N Format N columns wide
  37. --color[={always,never,auto}] Control coloring
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement