Special Characters and Pattern Matching
Posted: Mon Dec 02, 2019 9:16 am
Hi all,
let's say I was particularly smart and executed the following command:
how can I delete this incredible brain flower?
I tried with pattern
or
I tried a single pattern matching char
and using apostrophe to escape the column
each time I got a system requester asking me to "Please insert volume user-startup_2019-12-02 08: in any drive."
The file does not even appear in a Workbench window, I can list the file in a shell, but the RAM: Window in Workbench is empty, except for T and clipboards. Also when I double-click on the RAM Disk Icon, workbench asks for the same Volume. Every now and then, I get a DSI too.
Is my only option to cold reboot the System? A warm reboot makes it hang at the AmigaOS 4.1 FE splash screen after I tried the above..
let's say I was particularly smart and executed the following command:
Code: Select all
copy clone s:user-startup "ram:User-Startup_`date "how can I delete this incredible brain flower?
I tried with pattern
Code: Select all
delete "ram:user#?"Code: Select all
delete ram:user#?Code: Select all
delete "ram:user-startup_2019-12-02 08?58" Code: Select all
delete "ram:user-startup_2019-12-02 08':58" Code: Select all
delete "ram:user-startup_2019-12-02 08'':58" each time I got a system requester asking me to "Please insert volume user-startup_2019-12-02 08: in any drive."
The file does not even appear in a Workbench window, I can list the file in a shell, but the RAM: Window in Workbench is empty, except for T and clipboards. Also when I double-click on the RAM Disk Icon, workbench asks for the same Volume. Every now and then, I get a DSI too.
Is my only option to cold reboot the System? A warm reboot makes it hang at the AmigaOS 4.1 FE splash screen after I tried the above..