On Sat, Mar 26, 2016 at 01:28:56AM +, Val Krem wrote:
> Both scrips do have common variables (var1 , var2 and var3) and also some
> input and output folder name defined.
>
> At the present I have defined the variables and folders path in both scripts.
>
> Instead of this, is it possible to
On 3/26/16 6:08 AM, Andreas Schwab wrote:
> When $PS1 contains \[ \] and is longer than the line length then
> readline miscounts the wrap coloumn. For example, set PS1 like this:
>
> PS1="\[$(tput bold)\]$(printf '%*s' $(stty size | awk '{print$2}') x)\[$(tput
> sgr0)\] "
>
> This causes readl