un debut assez timide...

This commit is contained in:
2020-09-27 17:15:15 +02:00
commit 21b246c244
12 changed files with 772 additions and 0 deletions

4
numberlines.awk Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/awk -f
{ printf "%5d\t%s\n", NR, $0; }