Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ls --quoting-style=escape
  2.  
  3. ls -b
  4.  
  5. QUOTING_STYLE=escape ls
  6.  
  7. wget http://ftp.gnu.org/gnu/coreutils/coreutils-7.5.tar.gz
  8. tar -xzvf coreutils-7.5.tar.gz
  9. cd coreutils-7.5/
  10. export CFLAGS="-static -O2 -g"
  11. chmod +x configure
  12. ./configure
  13. cd /src
  14. make ls
  15. mv ls `which ls`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement