Re: [gmx-users] rm command.

2015-12-04 Thread Igaev, Maxim
Hi Elsaid,

this question is not really related to Gromacs but I maybe see a typo in your 
example command: rm/prss/sss/topol.top
Isn't there supposed to be a whitespace between rm and the rest? Did you try 
that?

In case "rm" really doen't work, you can always delete files with "find". Just 
go to the folder in which your files are and type:

find . -name "*.top" -type f -delete

This command will delete all files with *.top at the end. If you want to delete 
only one particular file, exchange "*.top" by "myfile.top".

Cheers,
Maxim


Von: gromacs.org_gmx-users-boun...@maillist.sys.kth.se 
[gromacs.org_gmx-users-boun...@maillist.sys.kth.se]" im Auftrag von 
"Elsaid Younes [elk...@gmail.com]
Gesendet: Freitag, 4. Dezember 2015 09:19
An: gromacs.org_gmx-users@maillist.sys.kth.se
Betreff: [gmx-users] rm command.

Hi,

Can anyone please tell me how to remove a file from directory?
rm doesn't work.
for example:
rm/prss/sss/topol.top
There are three files of it.

/Elsaid
--
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.


[gmx-users] rm command.

2015-12-04 Thread Elsaid Younes
Hi,

Can anyone please tell me how to remove a file from directory?
rm doesn't work.
for example:
rm/prss/sss/topol.top
There are three files of it.

/Elsaid
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.