s416138-mlworkshops/count_lines.sh

4 lines
42 B
Bash
Executable File

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