Re: cd to folder with spaces - in a script

2009-05-29 Thread jteb
Just find . -type d | while read FOLDER; do cd "${FOLDER}"; I reckon ( don't really know the case ) I usually do something like this (might not be most efficient, but I like it for clarity. # for i in $(find . -type d); do cd "${i}"; whatever you want to do in i; cd ..; done Cheers, Jan

Re: git & less/vim

2009-05-29 Thread jteb
I think git log is using more, not less .. that's why your console is not cleaned up. Cheers, Jan -- This is an email sent via The Fedora Community Portal https://fcp.surfsite.org https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=347786&topic_id=71485&forum=10#forumpost347786 If you

Re: New user introduction

2009-05-29 Thread jteb
Oops, sorry Rahul .. shouldn't have replied through private mail :S Thanks for your reply still. Cheers, Jan -- This is an email sent via The Fedora Community Portal https://fcp.surfsite.org https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=347742&topic_id=71470&forum=10#forumpost34

New user introduction

2009-05-28 Thread jteb
Hey all, Just want to introduce myself as a new member. Love the work that's going on in Fedora and I'd like to participate in the community. I'm a system architect/programmer at http://dutchsoftware.com [1] and mainly working on http://elvisready.com. [2] We're using lots of opensource soft