The House of Lords debates airport security restrictions. [link]
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Can I pick the brain of someone with good Unix shell knowledge?
What would be the command to list recursively all the files of a directory, along with the complete path? Like what you get with
ls -Rbut with the path and filename, and (ideally) without the blank lines and lines that just name a directory?
find `pwd` -print
Will print out the file and directory names. Note the backquotes.
find `pwd` -type f -print
Will print out just the regular files.
find . -type f -print
Will print the pathnames relative to the current directory.
Thanks!
I'm getting a new monitor for Christmas, is there a big difference between brands or is one just as good as another? Right now I have a 15" CRT monitor and I'm looking at getting a 19" LCD.
OK, what's the good AIM-type program for windows? Need something on my work computer here, but can't remember what the preferred program is.
I like Trillian.
when in Windows, I second Trillian. Good multi-chat.
Awesome, thanks--I've used Trillian before, I just haven't had a PC in so long, I only remember Adium for my Mac! Have it now, yay.
I have heard a lot of good things about Miranda for Windows IMing too. Not that I've tried it.