You are viewing a single comment's thread. Return to all comments →
#!/bin/bash while read FILE; do echo $FILE >> file.txt done head -n20 < file.txt
Seems like cookies are disabled on this browser, please enable them to open this website
Head of a Text File #1
You are viewing a single comment's thread. Return to all comments →