Search Results

Search: Posts Made By: arun_st
34,506
Posted By arun_st
It worked
Hi

I tried ur suggetion and it worked. Thanks a lot
34,506
Posted By arun_st
IF THEN ELIF question in BOURNE SHELL
Hi,

I get an error when executing this sample script.

#!bin/sh
if [ $1 = ];
then
echo "you need to enter the release as the first parameter"
elif [ $1 = "ALL" ];
then
echo "HI how are you...
10,444
Posted By arun_st
Thanks ...I tried and it worked..
Thanks ...I tried and it worked..
10,444
Posted By arun_st
Filter using awk
Hi,

I need to filter the output of a command and display omitting the first 6 lines and the last two lines..How can i do this using awk.

command | awk ' NR > 7' will omitt the first 6 lines but...
Showing results 1 to 4 of 4

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