Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] deleting a local list of filenames from remote server
- Date: Wed, 03 Dec 2008 11:52:48 +0900 (JST)
- From: Charles Muller <acmuller@example.com>
- Subject: Re: [tlug] deleting a local list of filenames from remote server
- References: <4935289F.4090309@jj.em-net.ne.jp> <11380cb60812021712n708f3dd9v2f62a8e7ee4e9861@mail.gmail.com>
OK. Combining pieces from the suggestions from Clemens and Stephen, I was able to get something working fairly quickly. Once it worked, I didn't bother to try the rest of the suggested solutions, but I have learned from all of them. I have succeeded with this: scp ~/filelist user@example.com:public_html/cache; ssh user@example.com 'cd public_html/cache && xargs rm' < filelist; # then, to delete the contents of the filelist when I am done: cp ~/filelist-null ~/filelist The kind and expert help on TLUG is always deeply appreciated. Chuck ------------------- A. Charles Muller University of Tokyo Graduate School of Humanities and Sociology, Faculty of Letters Center for Evolving Humanities 7-3-1 Hongo, Bunkyo-ku Tokyo 113-0033, Japan Web Site: Resources for East Asian Language and Thought http://www.acmuller.net <acmuller[at]jj.em-net.ne.jp> Mobile Phone: 090-9310-1787
- Follow-Ups:
- Re: [tlug] deleting a local list of filenames from remote server
- From: Godwin Stewart
- References:
- [tlug] deleting a local list of filenames from remote server
- From: Charles Muller
- Re: [tlug] deleting a local list of filenames from remote server
- From: Clemens Schwaighofer
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] deleting a local list of filenames from remote server
- Next by Date: Re: [tlug] deleting a local list of filenames from remote server
- Previous by thread: Re: [tlug] deleting a local list of filenames from remote server
- Next by thread: Re: [tlug] deleting a local list of filenames from remote server
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links