Advertisement
Guest User

us0

a guest
Jan 24th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <commands> | paste -s -d+ - | bc
  2.  
  3. base64 /dev/urandom | tr -dc 'A-Za-z' | head -c 10M > test
  4.  
  5. dig +short unix.stackexchange.com
  6.  
  7.  
  8.  
  9. LINE BY LINE:
  10. cat file | while read -r a; do echo $a; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement