Search Results

Search: Posts Made By: crs6785
11,425
Posted By crs6785
if your looking for a simple solution to just...
if your looking for a simple solution to just hide the password, and you're using bash, you could just use "read -s" ...


#!/bin/bash

echo -n "Enter a Password: "
read -s pass_value
echo ""...
10,403
Posted By crs6785
The config file was mostly intended to be used...
The config file was mostly intended to be used with a vb script. I didn't really want to start maintaining two separate config files, as I actually do use the vb script as well.

The config file...
10,403
Posted By crs6785
BASH : Using declare in a loop
I have a config file that needs to be formatted before it's sourced to a script. I've been formatting it with sed and dropping it in /tmp then sourcing it from there.

I'd like to just format the...
Showing results 1 to 3 of 3

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