![]() |
|
|
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 |
| "sed" to check file size & echo " " to destination file | jockey007 | Shell Programming and Scripting | 7 | 04-28-2009 03:08 AM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
| Unix shell script (grep -A 6 -B 2 "ORA-" filename | el_guero | Shell Programming and Scripting | 7 | 04-25-2007 06:37 PM |
| CP to copy file is "stuck" | mcubitt | AIX | 5 | 07-10-2006 09:00 AM |
| correct syntax for using "grep regex filename" ? | yongho | UNIX for Dummies Questions & Answers | 2 | 06-13-2005 03:44 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hi all ,
does any one know how can we copy a file using scp which have a file name inlcuding "+:" example : ls -lrt *.csv | tail -3 -rw-r----- 1 opern oper 8479 Feb 15 15:39 LKILA.csv -rw-r----- 1 opern oper 8479 Feb 18 12:06 L+KILA.csv -rw-r----- 1 opern oper 8479 Feb 18 12:07 L+:KILA.csv $ scp L*.csv sqa2wrk2@tcenh038:. scp L*.csv sqa2wrk2@tcenh038:. ssh: L+: no address associated with name L+KILA.csv 100% 8479 8.3KB/s 00:00 LKILA.csv 100% 8479 8.3KB/s 00:00 if see above the files LKILA.csv L+KILA.csv can be copied but not L+:KILA.csv how to over come that those special chars !! i tried with backslaash $ scp L\+\:KILA.csv sqa2wrk2@tcenh038:. scp L\+\:KILA.csv sqa2wrk2@tcenh038:. ssh: L+: no address associated with name |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|