3 lines
57 B
Bash
3 lines
57 B
Bash
|
#!/bin/bash
|
||
|
wc -l wikiniews_result.tsv > lines_count.txt
|