Search Results

Search: Posts Made By: JackMelson
3,899
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,192
Posted By JackMelson
vimdiff could help you find the diffrences.....
vimdiff could help you find the diffrences.....
19,205
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,480
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 08:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy