![]() |
|
|
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 |
| want to print single quote using awk | RahulJoshi | Shell Programming and Scripting | 2 | 11-20-2008 10:10 AM |
| escaping single quote | javeed7 | Shell Programming and Scripting | 3 | 04-02-2008 06:36 AM |
| single quote | dreams5617 | Shell Programming and Scripting | 2 | 12-01-2007 03:37 AM |
| AWK handling of single quote | braindrain | Shell Programming and Scripting | 3 | 04-27-2006 05:57 PM |
| Replacing a single quote | rjsha1 | Shell Programming and Scripting | 3 | 12-23-2005 10:55 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi everybody,
I'm a newbie and hope that someone help me in this problem. I have a filename in LINUX with single quote like this: abs@hosttest:~/ABS/BETY/cygdrive/C/DECLARANOT 1.1.4/02 - ROCK/052 - GUNSROSES> dir You* -rw-r--r-- 1 abs users 2365881 2008-08-25 09:16 You're Crazy.mp3 The file is You're Crazy.mp3. I want to recover this file from windows, i use the next command: C:\>rsync -avrz --progress abs@test.no-ip.org://home/abs/ABS/BETY/cygdrive/C/"'DECLARANOT 1.1.4/02 - ROCK/052 - GUNS ROSES/You're Crazy.mp3'" /ABS_RECOVERY\ Password: bash: -c: line 0: unexpected EOF while looking for matching `'' bash: -c: line 1: syntax error: unexpected end of file rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(644) [receiver=3.0.2] when the filename has no single quote, i have not problems. I hope someone can help me with this problem. Thanks in advance, and congratulations for this great forum. Atte The Boysito PD.Sorry for my poor english |
| Bookmarks |
| Tags |
| shell script, shell scripting, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|