About Me

My photo
Working as Technical Lead in CollabNET software private limited.

Monday 25 February, 2008

Consecutive commands in linux

Adding && between the commands works!

Command1 && Command2

Some times we would be pasting the command in vim with out a directory. I think this will be more helpful to append before the command instead of removing and pasting another time.

mkdir DIST && command

No comments: