Skip to content

Commit d479a97

Browse files
committed
add cli notes
1 parent f882930 commit d479a97

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cli/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CLI Snippets
2+
3+
## print files with names
4+
5+
```console
6+
$ tail -n +1 file...
7+
==> a <==
8+
foo
9+
10+
==> b <==
11+
bar
12+
13+
==> c <==
14+
baz
15+
```

0 commit comments

Comments
 (0)