s452108-mlworkshops/count.sh
2020-04-03 12:58:30 +02:00

3 lines
32 B
Bash
Executable File

#!/bin/bash
wc -l $1 > file.txt