![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need to get pid of a process and have to store the pid in a variable | samudha | UNIX for Dummies Questions & Answers | 7 | 08-05-2008 04:24 AM |
| How to Store command O/P to a variable... | smartbuddy | UNIX for Dummies Questions & Answers | 7 | 08-24-2007 08:49 AM |
| Grep results to store in a shell variable | jojan | Shell Programming and Scripting | 3 | 07-26-2007 01:44 PM |
| To store the output in a variable | Sudhakar333 | Shell Programming and Scripting | 2 | 07-10-2007 09:45 AM |
| When can a script deny to store any value in a variable | mitte_dino | Shell Programming and Scripting | 1 | 10-04-2005 07:57 AM |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
store awk results in a variable
I try to get the month (of last save) and the filename into a variable, is this possible ?
something like this : for month in `ls -la | awk '{print $6}'` do if [[ $month == "Sep" ]] then a=filename of the matching file cp $a /Sep fi thanks, Steffen |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|