pineapple-notepad/3rdparty/lexilla540/lexilla/test/examples/bash/Issue184.bsh

12 lines
132 B
Plaintext
Raw Normal View History

2024-07-02 23:47:26 +08:00
echo $*
echo $@
echo $?
echo $-
echo $$
echo $!
echo $_
echo $%
echo $<
ifeth=$(ls /sys/class/net | grep ^"$intf" | grep "$intf"$)