ArchiSys/TD/TD1/td1_lucas/ex_3/ex_3b.sh

5 lines
78 B
Bash
Raw Normal View History

2024-02-02 11:08:48 +01:00
#!/bin/bash
[[ $1 ]] || exit 1
cd $1 && find ~+ -name '*.txt' -exec ls {} \;