xargs command

UNIX / Linux: Explains setuid File Permission

by Vivek Gite on February 24, 2010 · 1 comment

What does it mean for a file to be “setuid?” How do keep track of all setuid enabled file?

{ 1 comment }

How do I find out all world writable directories have sticky bits set under CentOS Linux server?

{ 1 comment }

I am trying to use xargs command using shell pipes and not able to understand how to control and use command line arguments. For example I’d like to find out all *.c file located in 100s of sub-directories and move them to another directory called ~/old.src. How do I use command line args with xargs to achieve the same?

{ 38 comments }

While using mv or rm command I get command line length error (Argument list too long error). How do I find out current running shell command line length limitations? How do I overcomes these limitations while writing UNIX / BSD / Linux shell utilities?

{ 3 comments }

How do I recursively search all text files for a string such as foo under UNIX / Linux / *BSD / Mac OS X shell prompt?

{ 5 comments }

Q. I’m using Fedora 7 server with exim pre installed by someone else. How do I delete email for a particular user from exim queue (like user@dom.com)?

{ 5 comments }

Bash Find All File Names With White Spaces

by Vivek Gite on August 14, 2006 · 0 comments

How do I find all files with one ore more blank space (while spaces) in their name under UNIX like operating systems?

{ 0 comments }