![]() |
|
|
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 |
| double variable declaration | kotasateesh | Shell Programming and Scripting | 3 | 08-31-2007 06:29 AM |
| Escape Char for double quote | navik_pathak | Shell Programming and Scripting | 1 | 01-05-2007 02:34 PM |
| single or double quote in SED | asami | Shell Programming and Scripting | 2 | 07-17-2006 04:03 AM |
| Double Quotes within a variable | burton_1080 | Shell Programming and Scripting | 4 | 12-01-2005 01:44 PM |
| double variable substitution | asal_email2 | UNIX for Dummies Questions & Answers | 1 | 06-14-2005 01:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problem with double quote and string variable
Hello,
i have a file output.txt which contains a single line with a list of files with quotes : "file1.ext" "file2.ext" "file3.ext" In a shell script, I want to retrieve the line and use it as a variable in a command like : zip archive.zip $LIST I cant get it work. When I physically type the command zip archive.zip "file1.ext" "file2.ext" "file3.ext", it works just fine but when I try to use a string variable I get an error. Is there a proper way to do that? Thank you ! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|