![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Discuss UNIX and Linux user interfaces like GNOME, KDE, CDE, and Open Office here. All UNIX and Linux Newbies Welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing the values to the secondary script when it invoked by primary script | venu_eie | UNIX for Advanced & Expert Users | 2 | 07-03-2008 07:10 AM |
| Passing the values to the secondary script when it invoked by primary script | venu_eie | Shell Programming and Scripting | 1 | 07-03-2008 06:16 AM |
| create a shell script that calls another script and and an awk script | magikminox | Shell Programming and Scripting | 0 | 06-26-2008 02:50 AM |
| help me in sending parameters from sqlplus script to unix shell script | Hara | Shell Programming and Scripting | 2 | 01-29-2008 03:31 PM |
| Shell Script: want to insert values in database when update script runs | ring | Shell Programming and Scripting | 1 | 10-25-2007 03:06 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I need a script
Hello people i`m back i`m from argentina
, i`m trying to do a script that list the sulog of the last month (actual month 07 i need 06), the complicated part is that i need that but in here-set +A MESES 0 Dec Jan Feb Mar Apr May Jun Jul Ago Sep Oct Nov Mes=${MESES[`date +%m`]} last -a|nawk -v mes="$Mes" ' $4 ~ mes {print $0;flag=1} /system boot/ && $5 ~ mes {print $0;flag=1} $4!~ mes && (/system boot/ && $5 !~ mes) {if(flag==1) exit;} ' this program print the user that log on the computer (last) of the last month, my boss said something about convert the motnh of a number but i am very lost any ideas? thank for your help if someone come to argentina i invite the dinner. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|