File pick example
This commit is contained in:
parent
6e1cefb3ec
commit
f2e19f7671
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2024-06-30 hwpplayer1 <hwpplayer1@debian>
|
||||
|
||||
* filepick.sh: file pick example
|
||||
|
||||
* bash.pdf: BASH Manual added
|
||||
|
||||
* animal.sh: animal bash example
|
||||
|
|
5
filepick.sh
Normal file
5
filepick.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
select fname in *;
|
||||
do
|
||||
echo you picked $fname \($REPLY\)
|
||||
break;
|
||||
done
|
Loading…
Add table
Reference in a new issue