4 lines
42 B
Bash
4 lines
42 B
Bash
#!/bin/bash
|
|
|
|
wc -l result.txt > stats.txt
|
#!/bin/bash
|
|
|
|
wc -l result.txt > stats.txt
|