![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please help me regarding alias | naree | Shell Programming and Scripting | 17 | 06-03-2008 01:14 AM |
| Alias Help | NetJones | UNIX for Dummies Questions & Answers | 1 | 03-16-2008 02:47 AM |
| Bourne: How to invoke an alias from within a shell script | techshots | Shell Programming and Scripting | 2 | 06-03-2006 09:38 PM |
| Perl + pack() + spaceing question | Optimus_P | Shell Programming and Scripting | 1 | 10-02-2002 07:03 AM |
| Alias | JSP | UNIX for Dummies Questions & Answers | 2 | 09-29-2001 08:17 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
spaceing in an shell alias
ok this is my problem.
I have a variable that is very specific in spaceing but when ever i try to use the variable i only get 1 empty space vs 3 for example. Code:
$ list="list me" $ echo $list list me $ list2="one two three" $ echo $list2 one two three Last edited by Optimus_P; 07-15-2002 at 09:25 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
i appoligize. i apparently misread ur post.
after i was digging thru my korn book on page 69 they gave an example of exactly what i was trying to do. then i look up and see that you had replyed again to my post. so thank you for the correct answer. ~Mike |
|
||||
|
Never a problem - I still can't get the spaces in there (tried editing) - it just post funny on here -looks right when I'm doing it but comes out wrong (it is the same as your problem - it formats extra blank space out of there).
|