Top

Alphabatically sort a text file


mIRC Code
+ 2 likes
Please Register to submit score.
Bookmark and Share
Average Score  5.6 (of 5 scores)
Date Added  Sep 23, 2005
Last Updated  Sep 23, 2005
Tags  file  sort  text 

Introduction

Will alphabatically sort every line in a text file. Usage: /sorttxt file

Grab the Code

;Usage: /sorttxt <file>
;Sorts a text file the propper (and fastest) way
 
alias sorttxt $iif($isfile($+(",$$1-,")),filter -affc $str($+(",$1-,",$chr(32)),2))
 

Comments

  (2)  RSS
Scruffy
Comments: 77
 
mIRC Snippet:  Alphabatically sort a text file
Posted on Dec 17, 2005 3:20 pm
Vary small but useful =)
mountaindew
Comments: 1,826
 
mIRC Snippet:  Alphabatically sort a text file
Posted on Oct 4, 2007 6:05 pm
good idea :P

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom