Guest User

Untitled

a guest
Mar 14th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. $ ls / fake 2&>1 > /dev/null
  2. $ ls / fake 2>&1 > /dev/null
  3. ls: fake: No such file or directory
Add Comment
Please, Sign In to add comment