3 lines
42 B
Bash
3 lines
42 B
Bash
|
#!/bin/sh
|
||
|
wc -l data.txt > num_lines.txt
|