Search Results

Search: Posts Made By: curtis911
Forum: AIX 02-19-2012
9,576
Posted By zxmaus
Hi, there is none if you create your mksysb...
Hi,

there is none if you create your mksysb manually - the output will be on your screen.
If you run it scripted, than you can define a log if you like. If you do it via smitty, than smit.log can...
1,977
Posted By frappa
hi curtis, there are many past threads on...
hi curtis,

there are many past threads on unix.com regarding a nedd similar to yours;
you may have a look at the following past threads for the structure of some expect script that may be useful...
5,882
Posted By balajesuri
Did you search the forum? x='ls -lrt'
Did you search the forum?
x='ls -lrt'
3,635
Posted By cero
You redirect file2.txt to stdin and start to read...
You redirect file2.txt to stdin and start to read from it in a loop. Every iteration of that loop you call your function that redirects file1.txt to stdin. Functions usually do not start a subshell,...
3,635
Posted By cero
The grep man-page shows you what options you...
The grep man-page shows you what options you have. In your case this should do:
grep -vxf file2.txt file1.txt
3,635
Posted By balajesuri
A simple grep should do: grep -v -f file2.txt...
A simple grep should do:
grep -v -f file2.txt file1.txt---------- Post updated at 13:37 ---------- Previous update was at 12:45 ----------



1. You have "this is line two and extra" in which...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 07:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy