Programming question

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
MKSheppard
Ruthless Genocidal Warmonger
Ruthless Genocidal Warmonger
Posts: 29842
Joined: 2002-07-06 06:34pm

Programming question

Post by MKSheppard »

Are there any simple utilities out there that can do simple, yet tedious tasks, like I want to extract byte xxx in 234 files, and write it to a text file?
"If scientists and inventors who develop disease cures and useful technologies don't get lifetime royalties, I'd like to know what fucking rationale you have for some guy getting lifetime royalties for writing an episode of Full House." - Mike Wong

"The present air situation in the Pacific is entirely the result of fighting a fifth rate air power." - U.S. Navy Memo - 24 July 1944
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

You might be able to write something in Perl to do that. Look up one of the scripting languages (Ruby, Python, Perl, etc.) and start playing around.
User avatar
Chris OFarrell
Durandal's Bitch
Posts: 5724
Joined: 2002-08-02 07:57pm
Contact:

Post by Chris OFarrell »

Also depends on what OS you're running and what tools are there.

I mean if you're running a nix' with all those lovely things like grep, ls, more, cat, find bla bla bla, its a peice of cake to hack out some Perl or even something in Bash or Sh.

If however this is a windows question...
Image
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Chris OFarrell wrote:If however this is a windows question...
Well, there's always Cygwin, SFU, WSH, Windows PowerShell ...
User avatar
Chris OFarrell
Durandal's Bitch
Posts: 5724
Joined: 2002-08-02 07:57pm
Contact:

Post by Chris OFarrell »

phongn wrote:
Chris OFarrell wrote:If however this is a windows question...
Well, there's always Cygwin, SFU, WSH, Windows PowerShell ...
And how many people with windows boxes run these things as a matter of course? :P
Image
Post Reply