On Mon, 2009-09-28 at 22:18 -0600, [email protected] wrote: > hi > will srm myfile.txt delete file? > > i have this file, and directory is right. > > a...@aram-desktop:~$ srm /home/aram/Desktop/TR2~ > Error: File /home/aram/Desktop/TR2~ - No such file or directory > a...@aram-desktop:~$ > > how i can use srm command? > > thanks > aram
My guess is, the ~ my not be a valid character on the command line, since the command line may interpret it to mean "home directory". For instance, if my home directory is /home/kwallace, I could use "rm ~/myfile.txt" the same as "rm /home/kwallace/myfile.txt". -- Kirk Wallace http://www.wallacecompany.com/machine_shop/ http://www.wallacecompany.com/E45/index.html California, USA ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
