Search Results

Search: Posts Made By: Dahu
10,241
Posted By Franklin52
:D You could also use grep if your grep...
:D

You could also use grep if your grep version supports the -f option:
grep -v -f fileA fileB
1,542
Posted By Franklin52
echo $(expr length $word) or with ksh/bash: ...
echo $(expr length $word)
or with ksh/bash:
echo ${#word}

gives the length of the variable.
2,740
Posted By Chubler_XL
This is working as expected for me: $ echo...
This is working as expected for me:
$ echo $KSH_VERSION
Version JM 93t+ 2010-03-05
$ ./little_program
known
known
known


Also works OK with

ksh version M-11/16/88,
pdksh version...
Showing results 1 to 3 of 3

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