xargs documentation or tutorial?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users xargs documentation or tutorial?
# 1  
Old 08-20-2008
xargs documentation or tutorial?

Can anybody please forward me a good xargs documentation or tutorial?

- $nilesh
# 2  
Old 08-20-2008
There must be tons of examples in this forum on magical ideas to use xargs. I don't think any tutorial can be richer than a whole forum with live situations.

I figure you already read man xargs, right?
# 3  
Old 08-20-2008
i did read man page. but as usual lots of information with less example and usage?
# 4  
Old 08-20-2008
Search the forum then:

1. Click the "Search" menu
2. Go for Advanced Search
3. Enter "xargs" as keywords
4.Change "Show Results as" to "Posts"

There are lots of xargs usages there.
# 5  
Old 08-29-2008
look for a variable only in my python scripts:

find -name "*.py" | xargs grep --color "\<some_variable\>"
# 6  
Old 08-30-2008
Did you try Google already? Were all the result bad? xargs tutorial - Google Search
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Vue JS 2 Tutorial by The Net Ninja: A Recommended Vue.js Video Tutorial Series

A number of people have asked me how to get started with Vue.js and my reply before today was to Google "Vue.js". That has changed and my recommendation to anyone who wants to learn the fastest growing, easiest to learn and use Vue.js web dev framework is to watch this video tutorial series: ... (0 Replies)
Discussion started by: Neo
0 Replies

2. Solaris

Need LAMP tutorial!

Hello Everybody, Does anybody know or recommend me a tutorial for LAMP server on Solaris 10 x86? (3 Replies)
Discussion started by: ahmedamer12
3 Replies

3. AIX

AIX useful tutorial...

hi guys, I want to learn AIX, I am a beginner for this operating system of IBM. Can anyone give me some useful tutorial for a beginner like me?... Thanks... + GOD bless + ^_^ (1 Reply)
Discussion started by: TechReader
1 Replies

4. UNIX for Dummies Questions & Answers

Please help, looking for UNIX tutorial

Hello, I only have this afternoon to take a UNIX tutorial for my contract job, and I've posted two threads already for the forum, asking if someone could help me find the Gary Hook AIX tutorial. Neither has been published yet. Could you please help me? Thank you. :confused: (0 Replies)
Discussion started by: jeffpas
0 Replies

5. UNIX for Advanced & Expert Users

AUTOSYS Tutorial

Can any one help me out in finding the AutoSys tutorial? I just know it is one of scheduling tool (like cron job). (2 Replies)
Discussion started by: ravikirankethe
2 Replies

6. IP Networking

RouterSim tutorial.

Hi everyone... Well, this is a kina of help tutorial question. I'm using actually the “RouterSim Network Visualizer” an environment where you can practice and create your own LAN, I will be honest, I'm new to creating and managing networks, but not to new about IP´s. So, the question, anyone... (0 Replies)
Discussion started by: TARFU
0 Replies

7. Post Here to Contact Site Administrators and Moderators

Tutorial forum?

I got this account a while ago and didn't have much time to try it out. After having had some frustration by posting tutorials regarding various Linux activites of mine in my Slashdot journals, it occurred to me that this forum might be better suited. I know I can probably post in the OS specific... (1 Reply)
Discussion started by: deckard
1 Replies

8. Shell Programming and Scripting

Tk tutorial

Anyone know any good website with a step by step instructions on writing Perl GUI scripts with Tk ??? (3 Replies)
Discussion started by: perleo
3 Replies

9. UNIX Desktop Questions & Answers

afterstep tutorial?

can someone point me out to a good newbie tutorial for afterstep? i've stumbled upon one on the afterstep site, but that tutorial is somewhta lacking. i need to know what configuration files are needed and where they are to be put, etc. (2 Replies)
Discussion started by: xyyz
2 Replies
Login or Register to Ask a Question