nkk71

Untitled

Mar 3rd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. nkk71@ubuntu:~$ echo blabla > non/existant/path/here
  2. bash: non/existant/path/here: No such file or directory
  3. nkk71@ubuntu:~$ echo $?
  4. 1
  5. nkk71@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment