You are viewing a single comment's thread. Return to all comments →
#!/bin/bash while read FILE; do echo "$FILE" >> file.txt done sort -g -r < file.txt
Seems like cookies are disabled on this browser, please enable them to open this website
Sort Command #4
You are viewing a single comment's thread. Return to all comments →