Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to sort unsorted file and to write it to a new file bash

# Will Sort the unsorted file and will write it to a new file 
sort -V $unsorted > $sorted
 
PREVIOUS NEXT
Tagged: #sort #unsorted #file #write #file #bash
ADD COMMENT
Topic
Name
6+9 =