Search Results

Search: Posts Made By: kvosu
1,716
Posted By kvosu
Simple awk question
Here is an awk line I have in a bigger script that checks to see if nimsh process is running and does couple other things based on the output and runs on all servers.


ps -ef|grep -i nimsh|awk...
1,146
Posted By kvosu
how do i avoid the line feed to give the correct...
how do i avoid the line feed to give the correct value?
1,146
Posted By kvosu
Simple question about charecter count
Hi, I have collection of letters in a column such as:

AA5678
AA9873434
..
..


I am trying to find the number of charecters in each.
"echo "AA5678"|wc -c
7----------------> why...
1,072
Posted By kvosu
Simple shell script function
Hello, Trying to look



vgcheck() {

lsvg -o|
while read vg; do
lsvg -p $vg|grep Missing
if [ $? -ne "0" ];then
...
Showing results 1 to 4 of 4

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