Search Results

Search: Posts Made By: superpointer
6,196
Posted By agama
Have a go with this: #!/usr/bin/env ksh ...
Have a go with this:


#!/usr/bin/env ksh

awk -v date=${1:-nodate} '
/BEGIN:VEVENT/ { cache = 1; }

/LAST-MODIFIED:/ {
if( index( $0, date ) )
drop = 1;
...
2,411
Posted By Scott
The second case ($($0)) is using command...
The second case ($($0)) is using command substitution. The result of this would be to replace the command with the standard output of the command substitution (in this case itself ($0)), and so it...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy