0
0
Files
42piscine/C_Piscine_Shell_01/git/ex06/skip.sh
2021-08-15 23:30:40 +02:00

3 lines
60 B
Bash
Executable File

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