s416226-mlworkshops/lines_counter.sh
2020-04-03 13:16:49 +02:00

3 lines
36 B
Bash

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