4 lines
192 B
Text
4 lines
192 B
Text
$ # lets check out the contents in the files
|
|
$ cat example2 && echo '' && cat somedir/example
|
|
this text will be in the file 'example2'
|
|
This file was created by a custom procedure! Neat, huh?
|