When debugging a Bash shell script, we may find that it runs slowly. Therefore, it's important to know some of the details hidden in Bash and learn some tricks. Is $() or `` Really Necessary? In th…
read more…
Replacement Command/Syntax Description sed 's/regexp/replacement/' …
read more…
CmdAutoComp is a Shell script. It is designed to simplify the implementation of auto-completion of commands. It relies on the complete command on the Linux shell and a command tree file (with the su…
read more…
This tool is designed to quickly jump to a specific directory in the Linux shell. you can find the source code and the manual at <https://github.com/execonic/linux-jcd>. Commits…
read more…
Booklist <https://linuxcommand.org/index.php> The Linux Command Line By William Shotts Attachment: This book is a broad overview of living on the Linux command line. Unlike some books that co…
read more…
Change prompt change prompt temporarily * Run export PS1='Combination of '. e.g. Change Prompt Permanently * Open the ~/.bashrc with editor. * Search and change the PS1 variable to 'Comb…
read more…
Hotkey uses hotkey twice. The default first one is fixed to Ctrlb, and some common second hotkeysA full list of supported hotkeys can be found here. are listed below. Second Hotkey …
read more…