ArchiSys/TD/TD1/td1_lucas/ex_3/ex_3b.sh
2024-02-02 11:08:48 +01:00

5 lines
78 B
Bash
Executable File

#!/bin/bash
[[ $1 ]] || exit 1
cd $1 && find ~+ -name '*.txt' -exec ls {} \;