Page MenuHomePhabricator
Authored By
Kormat
Jun 30 2020, 9:52 AM
Size
333 B
Referenced Files
None
Subscribers
None
kormat@x1c:~(0:0)$ printf '#!/bin/bash\necho hello\n' > bin/hello
kormat@x1c:~(0:0)$ chmod +x bin/hello
kormat@x1c:~(0:0)$ which hello
/home/kormat/bin/hello
kormat@x1c:~(0:0)$ hello
hello
kormat@x1c:~(0:0)$ rm bin/hello
kormat@x1c:~(0:0)$ which hello
kormat@x1c:~(0:1)$ hello
bash: /home/kormat/bin/hello: No such file or directory

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8459028
Default Alt Text
raw.txt (333 B)

Event Timeline