Search Results

Search: Posts Made By: tuscanitunr
2,116
Posted By kshji
Most of syntax between ksh93...
Most of syntax between ksh93 (https://github.com/att/ast) and bash is same. All previous scripts works fine in bash (http://www.gnu.org/software/bash/manual/bashref.html) and ksh93.
Both support...
2,116
Posted By MadeInGermany
RudiC has not used any bashism, so it will run...
RudiC has not used any bashism, so it will run with ksh.
2,116
Posted By RudiC
With quite a lot of assumptions on e.g. your...
With quite a lot of assumptions on e.g. your input file's structure, the shell you run (bash?), and your output format, this might do what you want:
while IFS=, read IP NAME TITLE
do [...
Showing results 1 to 3 of 3

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