Search Results

Search: Posts Made By: hashbang
1,080
Posted By hashbang
#!/bin/bash while read name op value do ...
#!/bin/bash

while read name op value
do
case $name in
HOST) echo -n "$value;" ;;
SERVICE_NAME) echo "$value" ;;
esac
done
Showing results 1 to 1 of 1

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