Command line stuff
John Culleton
john at wexfordpress.com
Wed Jan 23 20:37:41 UTC 2008
On Wednesday 23 January 2008 09:57:05 am Donn wrote:
> Yo,
> Here's a scene:
> You are in a dir in a console. You have a few consoles (or tabs) open
> around the place. You want to move some files to another dir. You want
> *.jpg but not "blob.jpg". You also want a few pdfs, but not all of them.
> The way I know is a kind of flow like:
> mv *.jpg /some/other/damn/long/path
> cp /some/other/damn/long/path/blob.jpg .
> mv a.pdf b.pdf c.pdf /some/other/damn/long/path
>
> This means quite a bit of planning (depending on the needs) and a bunch
> path tab completing, up arrow stuff, editing and so on.
>
> Is there some way to select the files you want and copy/cut them to another
> dir - even by going to another console entirely where that dir is current?
>
> I mean, really, to use the gui a little like we use Konqueror. To pick out
> files, copy them and paste them someplace else.
>
> If there's no gnu tool or way to do this, I'd be surprised; and I'm
> thinking of doodling one in Python.
>
> \d
> --
> He had delusions of adequacy. -- Walter Kerr
>
> Fonty Python and other dev news at:
> http://otherwiseingle.blogspot.com/
I usually move to the target directory and use something like:
mv /usr/local/mysourcedirectory/filename .
The space followed by period at the end is of course necessary.
Now, how does one open a console window in KDE 4.0?
--
John Culleton
Resources for every author and publisher:
http://wexfordpress.com/tex/shortlist.pdf
http://wexfordpress.com/tex/packagers.pdf
http://www.creativemindspress.com/newbiefaq.htm
http://www.gropenassoc.com/TopLevelPages/reference%20desk.htm
More information about the kubuntu-users
mailing list