Morning to all,
New member coming and I´d like to know where can I find a place in the web with publish and free books about commands and shells in Unix / Linux World.
Eg: I´m trying to do this:
W_OK=`/aux/interface/desenv/data/MYFILE.txt | wc -l`
In order to test after with the command:
if [ $W_OK > 2 ]; then
echo Stop... There are more errors then permitted, please call Application Manager
exit 5
fi
I don´t know anything about Unix but I´m trying hard... so I need to know where to find it ...
ps: In this example above I´ve tried also:
W_OK=`wc -l | /aux/interface/desenv/data/MYFILE.txt`
Thanks for any help,
Luis
New member coming and I´d like to know where can I find a place in the web with publish and free books about commands and shells in Unix / Linux World.
Eg: I´m trying to do this:
W_OK=`/aux/interface/desenv/data/MYFILE.txt | wc -l`
In order to test after with the command:
if [ $W_OK > 2 ]; then
echo Stop... There are more errors then permitted, please call Application Manager
exit 5
fi
I don´t know anything about Unix but I´m trying hard... so I need to know where to find it ...
ps: In this example above I´ve tried also:
W_OK=`wc -l | /aux/interface/desenv/data/MYFILE.txt`
Thanks for any help,
Luis