mirror of
https://github.com/paulhagstrom/dsk2po.git
synced 2024-12-22 16:30:08 +00:00
Escaping asterisks in readme
This commit is contained in:
parent
d602faeaf5
commit
ae62b483f6
@ -15,6 +15,6 @@ It just goes through 35 tracks and converts them, then ends.
|
|||||||
|
|
||||||
This can be used as an action for find, like so:
|
This can be used as an action for find, like so:
|
||||||
|
|
||||||
find imagefolders/*/*.dsk -exec ./dsk2po.py {} \;
|
find imagefolders/\*/\*.dsk -exec ./dsk2po.py {} \;
|
||||||
|
|
||||||
...which was mostly the point.
|
...which was mostly the point.
|
Loading…
Reference in New Issue
Block a user