mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2025-07-14 09:20:12 +02:00
updated 'mkd()' one-liner
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
c2ac88a6cd
commit
29eb59c52a
@ -1019,7 +1019,7 @@ vim scp://user@host//etc/fstab
|
|||||||
###### Create a directory and change into it at the same time
|
###### Create a directory and change into it at the same time
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkd () { mkdir -p "$@" && cd "$@"; }
|
mkd() { mkdir -p "$@" && cd "$@"; }
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Convert uppercase files to lowercase files
|
###### Convert uppercase files to lowercase files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user