Search Results

Search: Posts Made By: zzavilz
4,960
Posted By pamu
Small correction.. awk...
Small correction..

awk '{$0=substr($0,1,7)""substr($0,9,1)}1' file
4,960
Posted By vidyadhar85
cut option.. cut -c 1-7,9- filename
cut option..


cut -c 1-7,9- filename
1,715
Posted By rdrtx1
try: awk 'NR==FNR{a[$0]=$0;next}!a[$0]{print}'...
try:
awk 'NR==FNR{a[$0]=$0;next}!a[$0]{print}' file2 file1
8,479
Posted By Fundix
Just check, but ksh93 is installed in standard in...
Just check, but ksh93 is installed in standard in all the Aix servers I've met these days.
8,479
Posted By Fundix
Have a look in /usr/bin/ in order to check if you...
Have a look in /usr/bin/ in order to check if you have ksh and ksh93 ( ls -l /usr/bin/ksh* )
If ksh93 is present you can check your commands like this :

#/usr/bin/ksh93
#typeset -F3 x=1.455...
Showing results 1 to 5 of 5

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