What is the meaning of $$
in KornShell? I guess it is associated with the process ID, but I want to know its exact meaning.
I need to create a simple fixed width text file in KornShell (ksh). My current attempt using printf to pad the string isn t working out very well. What s the shortest, cleanest way to create a fixed ...