Re: Script file to customize scs2ascii output -Assistance needed.

"Mitch Martin" <[email protected]>
Newsgroups gmane.comp.emulators.tn5250
Message-ID <[email protected]>
 
Toby,

That certainly worked for me.  Would you explain the reason for
>/dev/null and the break command?  In the mean time, I will research it
in my book.

Also, will this script work by piping the output of scs2ascii to my
script?  I haven't tried that yet.  Here is the script, so far:

#! /bin/bash

file=/home/misadmin/ID-4892.txt
users="PHILLIP SAM RICHARD"

for user in $users; do
grep $user $file >/dev/null &&  cat $file > /home/misadmin/"$user"_`date
+%Y-%m-%d-%H:%m` && break
done


>Something like this should work...
>
>users="user1 user2 user3 user4 user5"
>file=<name of file>
>
>for user in $users; do
>  grep $user $file >/dev/null &&  cat $file > /tmp/"$user"_`date
>+%Y-%m-%d-%H:%m` && break
>done
>
>--- - Toby Stanfill
>--- - Sr. Programmer/Analyst
>--- - O'Reilly Auto Parts
>--- - (417)862-2674 ext. 1291


-- 
This is the Linux 5250 Development Project (LINUX5250) mailing list
To post a message email: LINUX5250-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/linux5250
or email: LINUX5250-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/linux5250.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.