Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1.  
  2. cmd = "ls extract/"
  3. i=0
  4. while ( ( cmd | getline result ) > 0 ) {
  5.     filesu[i] = result
  6.     i++
  7. }
  8.  
  9. n=asort(filesu,files)
  10. for(i in files){
  11.     print files[i]
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement