| |
|
BASH Shell commands pwd ( commands for linux )
|
| The uses of the pwd command. | |
| |
|
BASH Shell commands cd ( commands for linux )
|
| How to use cd to work faster. | |
| |
|
BASH Shell command ls ( commands for linux )
|
| Use ls to see what you want the way you want to see it. | |
| |
|
BASH Shell commands cat ( commands for linux )
|
| View and make files with cat. | |
| |
|
BASH Shell commands redirection ( commands for linux )
|
| Send your data anywhere from anywhere with redirection. | |
| |
|
BASH Shell commands mkdir ( commands for linux )
|
| Create directories and directory structures with mkdir. | |
| |
|
BASH Shell commands rm and rmdir ( commands for linux )
|
| Remove directories and directory structures with rm and rmdir | |
| |
|
BASH Shell commands cp ( commands for linux )
|
| Copy files and directories from anywhere to anywhere in you linux filesystem using cp. | |
| |
|
BASH Shell commands mv ( commands for linux )
|
| Move and rename files and directories anywhere in your filesystem with mv. | |
| |
|
BASH Shell commands less ( commands for linux )
|
| Learn the basics of using less and why "less is actually more" at least in this case. | |
| |
|
BASH Shell commands file ( commands for linux )
|
| Find out what that file really is using the file command. | |
| |
|
BASH Shell commands dealing with spaces commands for linux
|
| Learn how to work with files and directories that have spaces in their names. | |
| |
|
BASH Shell commands wildcards ( commands for Linux )
|
| Save yourself a lot of time and typing with wildcards. | |
| |
|
BASH Shell commands wildcard character classes ( commands for linux )
|
| Using wildcard character classes with the standard wildcards can allow you to make more complex patterns and save even more time. | |
| |
|
BASH Shell commands head ( commands for linux )
|
| The head command is much more useful than it looks at first glance. | |
| |
|
BASH shell commands pipes (commands for Linux)
|
| Pipes are awesome! | |
| |
|
BASH Shell commands sort ( commands for linux )
|
| Organise data with sort | |
| |
|
Uniq utility (commands for linux)
|
| | |
| |
|
Backticks Command Substitution in Linux
|
| | |
| |
|
Nesting Backticks Linux Command Substitution
|
| | |
| |
|
Linux command substitution and nested substitution
|
| | |
| |
|
How to use aliases in BASH
|
| | |
| |
|
How to save your BASH aliases
|
| | |
| |
|
How to Redirect Terminal Output to Another Terminal
|
| | |
| |
|
CRON - task scheduling in linux
|
| | |
| |
|
Command Separators - Commands for Linux
|
| | |
| |
|
Stderr Stdout and Stdin - How to Redirect them - Commands for Linux
|
| | |
| |
|
Process Substitution in BASH - Commands for Linux
|
| | |
| |
|
Command Substitution vs Process Substitution - What is the difference?
|
| | |
| |
|
Named Pipes - Inter-Process Communication Linux
|
| | |
| |
|
Tee Command in Linux - with examples
|
| | |
| |
|
Random Number Variable in BASH - Linux Commands
|
| | |
| |
|
Jobs Command in Linux
|
| | |
| |
|
Nohup - Hangup Immune Commands - Commands for Linux
|
| | |
| |
|
Cut Command in Linux
|
| | |