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: Fri, 05 Dec 2008 12:22:32 +0900
- From: Edward Middleton <emiddleton@example.com>
- Subject: Re: [tlug] deleting a local list of filenames from remote server
- References: <4935289F.4090309@jj.em-net.ne.jp> <200812020955.05333.daniel.ramaley@drake.edu> <20081205.105638.193691166.acmuller@jj.em-net.ne.jp>
- User-agent: Thunderbird 2.0.0.17 (X11/20080929)
Charles Muller wrote: > ssh user@example.com 'cd public_html/ddb/pcache && xargs rm' < pcache-update; > If you understand what this does the problem will be obvious. ssh user@example.com remote_command < pcache-update says run remote_command on user@example.com and send the contents of the file *pcache-update in your current local directory* over the network to the standard input of remote_command. Edward
- Follow-Ups:
- Re: [tlug] deleting a local list of filenames from remote server
- From: Curt Sampson
- 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: Daniel A. Ramaley
- Re: [tlug] deleting a local list of filenames from remote server
- From: Charles Muller
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