various questions (hoary)
Magnus Therning
magnus at therning.org
Sat Sep 3 08:59:19 UTC 2005
On Sat, Sep 03, 2005 at 03:07:48AM +0200, Martin Ericsson wrote:
>
>>Moving every file can be done using something like:
>>find /mnt/fatty/music -type f -print0|xargs --null -- mv /mnt/fatty/music
>>
>I tried it, but it just said that when moving several files, the last
>option to move must be a folder. I had a look at xargs man entry but
>didn't really get it.
Sorry, my mistake. Try this instead:
find /mnt/fatty/music -type f -exec mv \{\} /mnt/fatty/music \;
/M
--
Magnus Therning (OpenPGP: 0xAB4DFBA4)
magnus at therning.org
http://therning.org/magnus
Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.
The multiple human needs and desires that demand privacy among two or
more people in the midst of social life must inevitably lead to
cryptology wherever men thrive and wherever they write.
-- David Kahn, _The Codebreakers_
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050903/c2df8058/attachment.sig>
More information about the ubuntu-users
mailing list