![]() |
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 |
| 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 |
| Understanding ZFS: Compression | iBot | Solaris BigAdmin RSS | 0 | 11-19-2008 05:40 PM |
| A little help understanding FIFOs? | deckard | Linux | 0 | 11-01-2005 01:46 PM |
| Understanding traceroutes | Bobby | IP Networking | 2 | 03-14-2005 05:35 PM |
| need further understanding of init.d | jigarlakhani | UNIX for Advanced & Expert Users | 1 | 09-20-2002 03:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Understanding cut
In our old code, we have the below statements
Code:
LAST_FRIDAY=2009-01-16 echo $LAST_FRIDAY|cut -d '"' -f2 The delimiter provided in cut statement is not used in the variable. Also, when we give f1 or f3 or f10 or any other field instead of f2, we still get the output 2009-01-16. Can someone explain this behaviour please? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|