![]() |
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 |
| Unknown open port: "6881/tcp open bittorrent-tracker" found with nmap | Rledley | IP Networking | 0 | 03-19-2009 04:57 PM |
| Caldera GPLing in 2001, Gave "Open Access" to Open UNIX 8 Source Code | iBot | UNIX and Linux RSS News | 0 | 03-12-2009 06:30 PM |
| Open Sources, Open Notebook: Why Oracle Should Worry - InformationWeek | iBot | UNIX and Linux RSS News | 0 | 07-20-2007 07:30 PM |
| Open Source Is Dead, Long Live Open Patents? - InformationWeek | iBot | UNIX and Linux RSS News | 0 | 07-13-2007 02:00 PM |
| Performing an open/read, open/write | prosserj | Shell Programming and Scripting | 1 | 06-03-2002 02:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
awk: cannot open inputf
I'd like some help with awk too.
Somewhere in my bash script i have written something like this: Code:
awk -v outputfile=$finalFile -v inputf=$file 'BEGIN { commands }
{ more commands }
ΕND{ }' inputf
I also tried this: Code:
awk -v outputfile=$finalFile 'BEGIN { commands }
{ more commands }
ΕND{ }' file
awk: cannot open inputf (No such file or directory) Any help? |
|
||||
|
It worked! Thnx a lot
![]() |
| Sponsored Links | ||
|
|