Some Linux Shortcut Tricks
Case 1:
We can use Tab for auto-complete to speed up the tasks ,,
Eg: cd [directory name]
$ cd /home/ubuntu/press tab to autocomplete full path
and same for any filename also
Case 2:
Running multiple commands in one line, use ;
eg: whoami;pwd;ls;
Ca...
tanaya.hashnode.dev2 min read