0
0
Files
42piscine/Shell_01/git_old/ex06/skip.sh
Guy Baconniere d30270c485 commit
2021-08-20 10:02:38 +02:00

3 lines
60 B
Bash
Executable File

#!/bin/sh
ls -l | awk '{ if ((NR + 1) % 2 == 0) print $0 }'