Search Results

Search: Posts Made By: presul
8,289
Posted By Scott
Hi. You are executing the result of print...
Hi.

You are executing the result of print February:


$ `print February`
ksh: February: not found.

$ print February
FebruaryRemove the backquotes
5,319
Posted By jim mcnamara
two problems: sed -e "/${n}/d" <...
two problems:


sed -e "/${n}/d" < log_January_1_array > log_January_1_array_1.tmp
mv log_January_1_array_1.tmp log_January_1_array_1


you were clobbering the input file with <inputfile >...
Showing results 1 to 2 of 2

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