Some Linux Shortcut Tricks
Apr 16, 2024 路 2 min read 路 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...
Join discussion


