![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Emergency UNIX and Linux Support !! Help Me!! Post your urgent questions here for highest visibility. Posting a new thread to this forum requires Bits. We monitor this forum to help people with emergencies, but we do not guarantee response time or answers. This forum is "best effort" only. Members who reply to posts here receive a bonus of 1000 Bits per reply. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change output if file is empty | ddrew78 | Shell Programming and Scripting | 2 | 03-24-2009 02:03 PM |
| Read from a file then filter the output | khestoi | UNIX for Dummies Questions & Answers | 1 | 03-02-2009 05:00 AM |
| Read from file > process > output to file | Lorna | Shell Programming and Scripting | 3 | 10-06-2008 02:45 AM |
| read file and output message | happyv | Shell Programming and Scripting | 12 | 01-24-2007 09:57 PM |
| store output to a file and read from it | afadaghi | Shell Programming and Scripting | 2 | 10-04-2005 01:00 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
||||
|
Read file and change a 0 to a 1 in output
Code:
<key>ExcludeSimpleHostnames</key>
<integer>0</integer>
<key>FTPPassive</key>
Need simple command that will change the 0 to a 1 in this file when I grep it, but only for this integer key directly after the ExcludeSimpleHostnames key. I got this output code from running: Code:
grep -iA2 excludesimplehostnames /Library/Preferences/SystemConfiguration/preferences.plist |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|