Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Extract text using sed
Name: ahteck Date: June 16, 2003 at 21:38:57 Pacific OS: AIX UNIX CPU/Ram: 512
Summary: Hi all, I've just started to work with shell scripting and sed today. I'm trying to figure out how I can extract data from a file. Basically the file I want to extract data is a streaminfo file from m...
Summary: I am trying to extract a number from a string using 'sed'. This works fine on Linux/Unix but when i do the same on windows XP its creating problems. The code is as follows : <mkdir dir="${build.dir...
Summary: Hi! I'm writing an amendment to an audit script that queries a HMC for the operating system version of defined logical partitions (LPARS) The command I use (lspartition -ix) outputs everything in one ...