|
- How to rename a file in Terminal? - Ask Ubuntu
A simple way to rename files and folders is with the mv command (shortened from “move”) Its primary purpose is moving files and folders, but it can also rename them since the act of renaming a file is interpreted by the filesystem as moving it from one name to another The syntax is: mv (option) file1 ext file2 ext where “file1 ext” is the “old” name of the file, and “file2 ext
- How to show only hidden files in Terminal? - Ask Ubuntu
How to show only hidden files in Terminal? Asked 11 years, 1 month ago Modified 1 year, 7 months ago Viewed 980k times
- How do I navigate up one directory from the terminal?
I can navigate down in directory using cd in the terminal How do I navigate back up if I go too far?
- How to delete a non-empty directory in Terminal? - Ask Ubuntu
How to delete a non-empty directory in Terminal? Ask Question Asked 12 years, 7 months ago Modified 7 years, 5 months ago
- How to reinitialize a terminal window instead of closing it and . . .
When I make some changes to the shell bash behavior, such as setting up an alias, is there a quick command to reinitialize the terminal window instead of closing and opening a new window?
- How to run Terminal as root? - Ask Ubuntu
The graphical root terminal job will be both unsuspended and disowned by the non-root terminal, automatically In short: sudo -H gnome-terminal ^Z exit But suppose you wanted to keep using the original, non-root terminal too Then you could run bg N, where N is the graphical root terminal's job number, to resume the job in the background
- What is the difference between terminal and bash? [duplicate]
The terminal provides a mechanism for entering commands You run a command processor, or shell, on top of that - bash, fish, csh or others This is what actually turns the text that is typed into the terminal into instructions that the computer acts on Most shells allow scripting, and you'd see a very different syntax between say bash or csh
- How to unzip a zip file from the Terminal? - Ask Ubuntu
Just downloaded a zip file from the internet I want to use the terminal to unzip the file What is the correct way to do this?
|
|
|