![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CLI Magic: Use ANSI escape sequences to display a clock in your terminal | iBot | UNIX and Linux RSS News | 0 | 01-22-2008 05:40 AM |
| Help - File Manager not appearing | tdpearson | SUN Solaris | 0 | 01-19-2007 04:54 PM |
| copying image sequences | jonson | Shell Programming and Scripting | 1 | 11-15-2006 06:16 AM |
| Available escape sequences | Love | SUN Solaris | 6 | 06-20-2006 08:31 AM |
| AWK and hex sequences | JoeTheGuy | Shell Programming and Scripting | 5 | 10-17-2002 09:17 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I hope this question isn't too vague...
i recently switched from RedHat to Solaris 10, and found that the parts of a script that copy files between directories no longer work because escape sequences are appearing at the start and end of the filenames being read #!/usr/bin/bash cd ${fromDirectory} for file in `ls -1 bkup*` do cp $file ${toDirectory} done but the cp command fails, because there are escape sequences being inserted at the start and end of the filenames, and the file is therefore not being found. I thought it could be some sort of stty issue or terminal setting which I've not set. Any ideas? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|