Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Seperate files - Str Match/Not matc
Name: Nish Date: October 9, 2002 at 04:19:19 Pacific OS: Solaris CPU/Ram: 256
Comment:
Hi, I have a large file and some rows contain 00:00:00:00 (duration zero) string set.I need to seperate those lines does and does not contain the above string set and store them in two different files. I'm using ksh. Appreciate your Help Pls. Nish.
Summary: Have you tried grep? I'm on a windows system (without grep) so, I can't test and verify if my systax is correct but this should be close. grep -v /regex pattern for line seperator/ file.txt The -v op...
Summary: Jim, Think my question is not clear, let me put it in other way.. In /home/files I have 2 files GMS.txt and AMS.txt I've my script /home/scripts/cleaner.sh Now I want to pass all the files in /hom...
Summary: Hi, I want to delete files which had been created 2 days ago having names like: er_n5412_output_yyyymmdd.csv.processd from the directory /opt/apps/ccba/dev/callftp/cps_adhoc. There will be several ot...