Search Results

Search: Posts Made By: abb058
3,558
Posted By abb058
Here Is The Code
read $1 $2 $3
if test "$1"="-f"
then
fieldPos=$2
fileX=$3
awk '{print $fieldPos}' fileX
fi
3,558
Posted By abb058
here is the code
read $1 $2 $3
if test "$1"="-f"
3,558
Posted By abb058
conersting string to integer
Hi
i am writing a shell script; I need to convert a string to integer so that i can use it in the 'awk' command to choose a field.

can you please help me. thank you.
1,530
Posted By abb058
Help :eek: with cut command and its equvalent
hello to all
please, i am really stuck guys. i have a task (homework) asking to use unix commands (apart from the "cut command") in a program (shel script) so that it works similar to the "cut"...
2,351
Posted By abb058
yes Jim, it is a homework (task) actually. and i...
yes Jim, it is a homework (task) actually. and i needed some tips.
2,351
Posted By abb058
Program to replace "cut" utility
Hi guys,
does any one have any tip about the command "cut"?
i have a task to write a program (command) that would do the functions of cut.
all ur tips approciated.
Bachiri
Showing results 1 to 6 of 6

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