Sfoglia il codice sorgente

updated 'mkd()' one-liner

- signed-off-by: trimstray <trimstray@gmail.com>
pull/62/head
trimstray 5 anni fa
parent
commit
29eb59c52a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      README.md

+ 1
- 1
README.md Vedi File

@@ -1019,7 +1019,7 @@ vim scp://user@host//etc/fstab
###### Create a directory and change into it at the same time

```bash
mkd () { mkdir -p "$@" && cd "$@"; }
mkd() { mkdir -p "$@" && cd "$@"; }
```

###### Convert uppercase files to lowercase files


Caricamento…
Annulla
Salva