Expand type families and bash touch documentation (#20210)
* Update index.md Added links to resources on Typeface Families. * Expand description of command and add link
This commit is contained in:
committed by
Tom
parent
09bc1429c0
commit
1567a16b2f
@ -5,12 +5,15 @@ title: Bash touch
|
|||||||
## Bash command: touch
|
## Bash command: touch
|
||||||
|
|
||||||
**Change timestamps of files.**
|
**Change timestamps of files.**
|
||||||
|
**Quickly create new files.**
|
||||||
|
|
||||||
```
|
```
|
||||||
touch [options] filename
|
touch [options] filename
|
||||||
```
|
```
|
||||||
|
|
||||||
Creates empty file if not exists or modify times of existing files to current time.
|
Creates empty file if filename does not exist or modifies timestamps of existing files to current time.
|
||||||
|
|
||||||
|
This command can create multiple empty files in one line of code.
|
||||||
|
|
||||||
Commonly used options:
|
Commonly used options:
|
||||||
- `-t` change timestamp to specific date ((YYYYMMDDHHMM.SS)) instead of current time.
|
- `-t` change timestamp to specific date ((YYYYMMDDHHMM.SS)) instead of current time.
|
||||||
@ -26,3 +29,5 @@ touch -am file3
|
|||||||
|
|
||||||
### More Information:
|
### More Information:
|
||||||
* [Man pages](http://man7.org/linux/man-pages/man1/touch.1.html)
|
* [Man pages](http://man7.org/linux/man-pages/man1/touch.1.html)
|
||||||
|
|
||||||
|
* [Examples and options to use with the touch command](https://ss64.com/bash/touch.html)
|
||||||
|
@ -26,3 +26,6 @@ Punctuation gives type emotion, and gives indications on when to stop, slow down
|
|||||||
- Script-Cursive
|
- Script-Cursive
|
||||||
|
|
||||||
#### More Information:
|
#### More Information:
|
||||||
|
[About Typeface Families (Fonts.com)](https://www.fonts.com/content/learning/fontology/level-1/type-families/about-typeface-families")
|
||||||
|
|
||||||
|
[Typeface (Wikipedia)](https://en.wikipedia.org/wiki/Typeface)
|
||||||
|
Reference in New Issue
Block a user