Jump to content

ls -d


Guest BooYah
 Share

Recommended Posts

he he :-)

I still use screen all the time

start a session at work... detach .. go home .. ssh .. re-attach ;-)

I can have X compiling at work .. and check on the progress when I get home.

 

if only there was a commandline mail client that I liked .....

I used mutt years ago ... which was good, but I stole somebody elses .muttrc now I can't remeber how I had it configured :cry: .. I had it opening attachments and everything!! :-(

Link to comment
Share on other sites

I'll tell you what...you get that .muttrc up and running...I want a copy.

 

you see.... I unlike everyone else on this thread...is not all about the term... :roll: :roll: :roll: :evilmod:

Link to comment
Share on other sites

Also, with my little method, if you don't want to show hidden directories:
find -type d -maxdepth 1 -mindepth 1  -printf '%fn' | grep -v '.'

 

No need to use two commands for such task, find can do it pretty well alone:

 

~$ find -type d -maxdepth 1 -regex "./[^.].*"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...