#!/usr/bin/ksh tail -f /ms/user/s/shettkus/bcp.C18.LedgerJournal.log | { while read myline; do lines_read=`echo $myline| cut -d ” ” -f 1` expr $lines_read + 0 > /dev/null 2>&1 if… more →
Being KeJolharmeet wrote 2 months ago: Find Workflow Notification Mailer SQL> SELECT email_address,name, nvl(WF_PREF.get_pref(name, … more →
Ryan Rix wrote 3 months ago: So, after I got my laptop back, I decided to put that 500GiB hdd to good use, and opened up my lapto … more →
paulduffett wrote 1 year ago: Hi all, Just a very, very quick post because I’m still at work This very short script will loo … more →
KeJo wrote 1 year ago: #!/usr/bin/ksh tail -f /ms/user/s/shettkus/bcp.C18.LedgerJournal.log | { while read myline; do lines … more →
KeJo wrote 1 year ago: This is my .vimrc file: hi Comment ctermfg=5 set nu set ts=2 set ai set foldmethod=marker set foldco … more →
KeJo wrote 1 year ago: Someone asked me to write a script that will send mails to a particular email id. I had not used any … more →
KeJo wrote 1 year ago: Here is a small script that will automatically create a backup directory and take a backup of your f … more →