piscine-shell01/ex06/skip.sh

4 lines
37 B
Bash
Executable File

#!/bin/sh
ls -l | awk 'NR % 2 == 1'