RE: quick script question
- From: "Brian D. McGrew" <brian@xxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 22:10:50 -0700
#!/bin/sh
# Some basics, just in case
PATH=/bin:/usr/bin:$PATH
Export PATH
OUTFILE="/tmp/kr.log"
INFILE="`echo ex\`date -d yesterday +%y%m%d.log\`.log"
cat $INFILE > $OUTFILE
:b!
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Prev by Date: quick script question
- Next by Date: Re: Win2003 login remotely to FC4 via VNC
- Previous by thread: Re: quick script question
- Next by thread: turn off "browsed queues" in system-config-printer?
- Index(es):
Relevant Pages
- Re: copy field4 to field5 for each line
... Busted for UUOC! ... (Unnecessary Use Of Cat :-) ... (comp.unix.shell) - Re: Joining Big Files
... infile = file ... Just use os.systemand the UNIX cat command - the requirement
here ... cat will take care of buffering, ... (comp.lang.python) - Re: Quick n Dirty Unpacking of COMP-3?
... > First thing I do is look for FileAid jobs I have that do something ...
it can reformat based on COBOL layouts. ... > OPEN INPUT INFILE OUTPUT OUTFILE.
... (comp.lang.cobol) - Re: Joining Big Files
... infile = file ... Just use os.systemand the UNIX cat command - the requirement
here ... cat will take care of buffering, ... (comp.lang.python) - Re: Quick n Dirty Unpacking of COMP-3?
... > First thing I do is look for FileAid jobs I have that do something ...
it can reformat based on COBOL layouts. ... > OPEN INPUT INFILE OUTPUT OUTFILE.
... (comp.lang.cobol)