Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. > awk ' $1 ~ "SITE" { print $2 }' < proftpd/site-cmd.log
  2.  
  3. Ergebnis:
  4. ALPHAVERZ
  5.  
  6. > find upload/ -maxdepth 1 -type d
  7.  
  8. Ergebnis:
  9. upload/
  10. upload/AlphaVerz
  11. upload/scripten
  12. upload/fluppe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement