“Bookmarks” for bash
Navigating several layers of nested directories is often a pain. On Firefox, it is easy because they have bookmarks. So what I’d like to do to bookmarks a file is to type:
Navigating several layers of nested directories is often a pain. On Firefox, it is easy because they have bookmarks. So what I’d like to do to bookmarks a file is to type:
I’m going through http://mywiki.wooledge.org/BashGuide/CommandsAndArguments and came across this:
I created a text file and put some email addresses in it. Then I used grep to find them. Indeed it worked:
Is it possible to persist the “state” of a GNU screen window (or just a standard shell) so that I can reload everything after a reboot:
How to list available shells for use by command-line?
What is the Linux command to check the server OS and its version? I am connected to the server using shell. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the … Read more
I am always surprised that in the folder /bin there is a [ program.
I have a function which converts epoch time to date. Here is the definition
Is it possible to make commands in crontab run with bash instead of sh? I know you can pass commands to bash with -c, but that’s annoying and I never use sh anyway.
Most of my my aliases are of this form: alias p='pwd'