Re: Linux Case Problems
Quote:
lch said:
Okay, let me show you a little bash magic that I just used to find problems:
Code:
grep "\./LAModNations" LAModNations.dm | sed 's/^[^ ]* "\(.*\)"$/\1/g' | sort -f | uniq > want
find ./LAModNations -type f | sort -f > have
diff want have
This shows me inconsistencies between my LA mod and the actual files. Some of them are only additional or old files that can be safely removed, but some show real problems. I'll give you an update shortly.
|
Amazing stuff LCH.
I guess my geeky level is 5. I can actually read and understand all of what you did. But I couldnt have possible whipped it out off the top of my head. 
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|