qfedu-linux-advanced-level/day1/d18.sh

3 lines
101 B
Bash
Raw Normal View History

2023-08-14 15:53:04 +08:00
#!/bin/bash
test -e $1 && test -f $1 && grep flykhan $1 -n || echo "file not exist or not a file"