![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| commands do not finish | Raom | UNIX for Advanced & Expert Users | 1 | 04-16-2008 05:45 PM |
| How to wait for the subprocess to finish in tcl | nathgopi214 | Shell Programming and Scripting | 1 | 03-26-2008 09:40 AM |
| How can I wait for PID to finish in another shell | superdelic | UNIX for Advanced & Expert Users | 2 | 01-17-2005 10:17 PM |
| jumpstart - finish scripts | dorilevy | UNIX for Dummies Questions & Answers | 2 | 04-03-2003 10:17 AM |
| using tab to finish command line parameter | kymberm | Shell Programming and Scripting | 3 | 09-20-2002 03:54 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how do i finish this last one..
i tried to build a command to replaces the word "include" with
"exclude" in each *.h type of file in a certain directory and to display the lines in which the switch happened. i did a command and i dont know why its not working find /usr -name "*.h" -exec sed 's/include/exclude/g' {} \; |grep exclude |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|