Added shorter file creation syntax. Closes #22
This commit is contained in:
@@ -916,9 +916,10 @@ Alternative to `touch`.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Shortest.
|
# Shortest.
|
||||||
:> file
|
>file
|
||||||
|
|
||||||
# Longer alternatives:
|
# Longer alternatives:
|
||||||
|
:>file
|
||||||
echo -n >file
|
echo -n >file
|
||||||
printf '' >file
|
printf '' >file
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -151,9 +151,10 @@ Alternative to `touch`.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Shortest.
|
# Shortest.
|
||||||
:> file
|
>file
|
||||||
|
|
||||||
# Longer alternatives:
|
# Longer alternatives:
|
||||||
|
:>file
|
||||||
echo -n >file
|
echo -n >file
|
||||||
printf '' >file
|
printf '' >file
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user