5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[[ $1 ]] || exit 1
|
|
|
|
grep "2" $1 |