Search Results

Search: Posts Made By: SimonWhite
24,684
Posted By sk1418
kent$ echo "var1: 100 200 300 var2: 3 6 9"|awk...
kent$ echo "var1: 100 200 300
var2: 3 6 9"|awk '{gsub(/:/,"",$1);for(i=2;i<=NF;i++)if(NR==1)a[i]=$1" = "$i;else{print a[i];print $1" = "$i;}}'
var1 = 100
var2 = 3
var1 = 200
var2 = 6
var1 =...
4,398
Posted By fpmurphy
Try $ chsh -s bash If that does not...
Try

$ chsh -s bash

If that does not work check /etc/shells. Maybe bash is not listed there
Showing results 1 to 2 of 2

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