http://qs321.pair.com?node_id=592223


in reply to Re^7: Sorting names using Regular Expressions and placing them in different Files.
in thread Sorting names using Regular Expressions and placing them in different Files.

Perl? Nah. BASH! First, since the format is XXXX-dddd, you can echo the filename to "cut" and use a shell escape to put the XXXX part into another shell variable. Then echo the filename into the file specified in that variable. Wrap a for loop for all files around it, and you got yourself a oneliner!

--
$Stalag99{"URL"}="http://stalag99.keenspace.com";

  • Comment on Re^8: Sorting names using Regular Expressions and placing them in different Files.