4 lines
42 B
Bash
4 lines
42 B
Bash
#!/bin/bash
|
|
|
|
cat $1 | wc -l > results.txt
|
#!/bin/bash
|
|
|
|
cat $1 | wc -l > results.txt
|