![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Win32::OLE open excel file as read only | dguy | Shell Programming and Scripting | 0 | 03-11-2008 08:32 PM |
| Open Sources, Open Notebook: Why Oracle Should Worry - InformationWeek | iBot | UNIX and Linux RSS News | 0 | 07-20-2007 07:30 PM |
| Open Source Is Dead, Long Live Open Patents? - InformationWeek | iBot | UNIX and Linux RSS News | 0 | 07-13-2007 02:00 PM |
| Problem with read & write | EltonSky | High Level Programming | 11 | 08-31-2006 02:35 PM |
| How do u open a read only file in Unix? | JosephGerard | UNIX for Dummies Questions & Answers | 1 | 07-21-2005 06:48 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Performing an open/read, open/write
I'm trying to do two different things (converting an OpenVms .com to a ksh shell script): 1) open/read/err= 2) open/write/err=
Any help? I've found some things, but can't seem to find the correct way. |
|
||||
|
Suggest you use Perl or some other language instead of trying to use the shell for open/read/write of files -
1. It would make more sense to you. 2. It would make you a better admin. 3. It would be easier as suggested by the responses to your inquiry. The shell is not as powerful as OpenVMS in some aspects but more powerful than it in others. Using redirection, piping, and other tools will become easy after awhile. The only thing I found that I really missed was the search command which allowed you to search and see lines of code/data above/below the line you searched for. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|