How to command line rotate an image?
Matt Graham
danceswithcrows at usa.net
Thu Nov 11 18:24:11 MST 2010
From: Mike Ballon <mike.ballon at gmail.com>
> I don't know who to rotate the image, but to delete your file you need
> to use the inode.
No, you don't.
> ls -il "-rotate90"
> find . -inum 123456 -exec rm -i {} \;
rm ./-rotate90
rm -- -rotate90
....and probably 3 or 4 other ways to do things like that. The Unix Gurus
figured out how to deal with files that began with a '-' reasonably early on
in the history of this stuff :-P .
--
Matt G / Dances With Crows
The Crow202 Blog: http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see
More information about the PLUG-discuss
mailing list