Timeline for bash - Function to escape character?
Current License: CC BY-SA 3.0
        11 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Nov 22, 2015 at 6:12 | history | suggested | user79743 | CC BY-SA 3.0 | 
                
                    Simpler title. 
                
             | 
| Nov 22, 2015 at 5:10 | review | Suggested edits | |||
| S Nov 22, 2015 at 6:12 | |||||
| Nov 29, 2012 at 7:11 | comment | added | mtk | @l0b0 the quoting didn't solved the problem. I envisage it's some other problem, might be with the binary prog I am using... So, currently just going with a hard coded way. Thanks for the help. | |
| Nov 28, 2012 at 23:38 | comment | added | Gilles 'SO- stop being evil' | Did you edit the script on a Windows machine? Script failing with "command not found: ^M" | |
| Nov 28, 2012 at 19:54 | comment | added | glenn jackman | As @l0b0 indirectly suggests, do you get better results with loadPatch -name "$1" | |
| Nov 28, 2012 at 18:41 | comment | added | l0b0 | You should Use More Quotes™. Escaping leads to way more complicated code. | |
| Nov 28, 2012 at 16:55 | comment | added | derobert | I suggest a quick set -xso you can see what's actually being executed. | |
| Nov 28, 2012 at 16:01 | answer | added | Chad Clark | timeline score: 0 | |
| Nov 28, 2012 at 15:08 | answer | added | dubiousjim | timeline score: 4 | |
| Nov 28, 2012 at 14:54 | comment | added | jw013 | p12.9.5-bug34is a completely harmless name and should work fine despite the lack of quoting"$1".  Your problem must be somewhere else. | |
| Nov 28, 2012 at 14:51 | history | asked | mtk | CC BY-SA 3.0 |