Re: How to command line rotate an image?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Graham
Date:  
To: Main PLUG discussion list
Subject: Re: How to command line rotate an image?
From: Mike Ballon <>
> 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




---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss