Comment by 20after4
6 years ago
the dash character would also work.
▷ echo 'echo "this is a -test"' > ~/bin/-test
▷ chmod +x ~/bin/-test
▷ -test
this is a -test
6 years ago
the dash character would also work.
▷ echo 'echo "this is a -test"' > ~/bin/-test
▷ chmod +x ~/bin/-test
▷ -test
this is a -test
No comments yet
Contribute on Hacker News ↗