Use the Command Line Interface
The command-line interface was used decades before the graphical user interface (GUI). However, its speed and versatility still make it a popular choice today.
Steps
- Pick your command-line interface. MS-DOS, Powershell and Bash are popular.
- Learn how to navigate directories and list contents.
- Learn how to manage files and directories. Creating, copying, moving, renaming, deleting. Midnight Commander is a command-line Use an Orthodox File Manager.
- Learn how to edit files with text editors.
- Learn how to search. Grep is popular and powerful tool for searching for expressions within files.
- Use Regular Expressions.
- Learn how to network. You can connect to the internet via the command-line.
- Learn how to use multimedia software from the command-line.
- Learn how to manage users. Adding, removing, changing passwords can be done via the command-line.