Search Results

Search: Posts Made By: JackMelson
3,909
Posted By JackMelson
shell script equivalent for tcl function
Hello,

I need experts help in converting the below tcl function to korn shell function equivalent.

proc lsNetMaskToBits {mask} {
set dw [lsNetIpToDword $mask] ; # Top N bits set
set dw...
2,214
Posted By JackMelson
vimdiff could help you find the diffrences.....
vimdiff could help you find the diffrences.....
19,231
Posted By JackMelson
I would suggest you to convert the file formats...
I would suggest you to convert the file formats from DOS to UNIX using any of the standard text editors(emacs).

How to Convert DOS and UNIX text files — Vasudeva Service...
4,490
Posted By JackMelson
while read line do echo $line done...
while read line
do
echo $line
done < file_name
Showing results 1 to 4 of 4

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