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