Search Results

Search: Posts Made By: jroco
3,619
Posted By jroco
some tool than can help you its eric IDE.
some tool than can help you its eric IDE.
35,227
Posted By jroco
chek it this! awk '{ print last,$0; last=$0...
chek it this!

awk '{ print last,$0; last=$0 }' file.txt

Usefull.
3,483
Posted By jroco
I think that you need to use the execution...
I think that you need to use the execution "quotation marks", for example:

e=`awk -F: '{ print $1 }' test.txt`
2,433
Posted By jroco
What interpreter Are you using for this script ?....
What interpreter Are you using for this script ?. (KSH, SH, BASH).
If you are using ksh this example can help us.

"
echo "Introduce first field to search"
read a
echo "You have introduced "$a...
8,494
Posted By jroco
Exactly, It work!
Exactly, It work!
20,292
Posted By jroco
Generally you dont have permission for execute...
Generally you dont have permission for execute this operations, only a Superuser. Search your ./bash_history if you have bash, and delete them if you can.
9,811
Posted By jroco
Absolutely it's one of the best text processor...
Absolutely it's one of the best text processor AWK or GAWK whatever.

This is the correct sentences for your problem:

name="Mike Pathon"
echo $name | awk '{print "Hello Mr.", $2}'
60,562
Posted By jroco
Hi, can you see the messages of the system?, can...
Hi, can you see the messages of the system?, can see with dmesg command, or can see /var/log/messages.XXX.
25,166
Posted By jroco
echo $SHELL
echo $SHELL
184,343
Posted By jroco
I am use ksh for my scripts. Its so simple and...
I am use ksh for my scripts. Its so simple and can invoke so many others programmer language from inside.
And for work in terminal i am use bourne against shell, for tha aliassing, autocomplet and...
Forum: Solaris 06-29-2008
3,841
Posted By jroco
You can try with this: cd --
You can try with this:
cd --
9,715
Posted By jroco
Hi mens, it really helpful, I did it and Works...
Hi mens, it really helpful, I did it and Works OK!:
cat code.ksh

#! /usr/bin/ksh
awk '{
for(f=1; f<=NF; f++)
r2c[f","NR] = $f
} END {
for(f=1; f<=NF; f++) {
for(row=1;...
1,710
Posted By jroco
Rigth!!
Thanks Very Much, really the command its getpid();
:b:
Showing results 1 to 13 of 13

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