Search by tag: trick

2022

26

Jan

Using ctrl-z to toggle process in fg/bg

This is just a simple trick to get ctrl-z in bash to toggle a process between foreground and background.
A small but useful idea.

Read more

2021

26

Jan

Bash faulty pasting tip

Have you ever pasted some random multi-line text to the bash shell ? If you have, then you will know how annoying this is. So here is the fix!

Read more