aboutsummaryrefslogtreecommitdiff
path: root/shell01/ex06/skip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell01/ex06/skip.sh')
-rwxr-xr-xshell01/ex06/skip.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell01/ex06/skip.sh b/shell01/ex06/skip.sh
new file mode 100755
index 0000000..830c966
--- /dev/null
+++ b/shell01/ex06/skip.sh
@@ -0,0 +1 @@
+ls -l | awk '(NR - 1) % 2 == 0 { print }'