Unix Technical Forum

More Hidden Treasure

This is a discussion on More Hidden Treasure within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> So, I've decided to learn C++, and I'm looking through my /usr/doc/Linux-HOWTOs for something that sounds like it might ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 01:55 PM
Rich Grise
 
Posts: n/a
Default More Hidden Treasure

So, I've decided to learn C++, and I'm looking through my
/usr/doc/Linux-HOWTOs for something that sounds like it
might be applicable, and I spot README. So, being a good
little Slackie, I read it. It mentions HOWTO-INDEX. Hello,
what's this? So I take a looksee, and it's got them by
categories with a little blurb and stuff. And one of the
items listed is Tips-HOWTO.

Wow. There should be a big red READ THIS FIRST flag on
that one!

e.g.:
...........................................
2.6. Moving directories between filesystems. Alan Cox,
A.Cox@swansea.ac.uk

Quick way to move an entire tree of files from one disk to another

(cd /source/directory && tar cf - . ) | (cd /dest/directory && tar xvfp -)

[ Change from cd /source/directory; tar....etc. to prevent possibility
of trashing directory in case of disaster. Thanks to Jim Dennis,
jim@starshine.org, for letting me know. -Maint. ]

2.7. mick@lowdown.com Finding out which directories are the largest.
Mick Ghazey,

Ever wondered which directories are the biggest on your computer?
Here's how to find out.

du -S | sort -n

2.8 ...
----------------------------------------------------------2.6
A discussion about 2.6 has been on the NG for a week or so, and I've
_always_ wondered how to accomplish what 2.7 is doing. That HOWTO is
just chock-full of stuff like that. :-)

Cheers!
Rich

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 01:55 PM
Nick
 
Posts: n/a
Default Re: More Hidden Treasure

Rich Grise wrote:

> So, I've decided to learn C++, and I'm looking through my
> /usr/doc/Linux-HOWTOs for something that sounds like it
> might be applicable, and I spot README. So, being a good
> little Slackie, I read it. It mentions HOWTO-INDEX. Hello,
> what's this? So I take a looksee, and it's got them by
> categories with a little blurb and stuff. And one of the
> items listed is Tips-HOWTO.
>
> Wow. There should be a big red READ THIS FIRST flag on
> that one!
>
> e.g.:
> ..........................................
> 2.6. Moving directories between filesystems. Alan Cox,
> A.Cox@swansea.ac.uk
>
> Quick way to move an entire tree of files from one disk to another
>
> (cd /source/directory && tar cf - . ) | (cd /dest/directory && tar
> xvfp -)
>
> [ Change from cd /source/directory; tar....etc. to prevent possibility
> of trashing directory in case of disaster. Thanks to Jim Dennis,
> jim@starshine.org, for letting me know. -Maint. ]
>
> 2.7. mick@lowdown.com Finding out which directories are the largest.
> Mick Ghazey,
>
> Ever wondered which directories are the biggest on your computer?
> Here's how to find out.
>
> du -S | sort -n
>
> 2.8 ...
> ----------------------------------------------------------2.6
> A discussion about 2.6 has been on the NG for a week or so, and I've
> _always_ wondered how to accomplish what 2.7 is doing. That HOWTO is
> just chock-full of stuff like that. :-)
>
> Cheers!
> Rich


HantsLUG has a page with stuff (I am in HantsLUG):

http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints

Also for directory size {ducks}:

http://hacks.oreilly.com/pub/h/15

still pissed off about /\ that one - I paid £17.00 for the book only to find
it was on-line!

And books:

http://freebooks.by.ru/Linux.html

Nick

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:43 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com