![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find and replace command in one line using one command | vasikaran | UNIX for Dummies Questions & Answers | 10 | 08-20-2008 11:40 AM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 07:06 PM |
| Script Input Paramaters | KenLynch | Shell Programming and Scripting | 2 | 05-30-2007 08:56 AM |
| Command line... | laila63 | Shell Programming and Scripting | 15 | 07-14-2004 04:37 PM |
| How do I get ssh to run a command in one line? | LordJezo | Shell Programming and Scripting | 2 | 07-01-2004 12:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
command line paramaters
how do you get the 10... element from a command line arguments.
ex:#!/usr/bin/ksh echo $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 param "this" "is" "the" "worst" "script" "in" "the" "whole" "world" "for" "sure" output: this is the worst script in the whole world this0 its giving me $1 value and 0 thanks in advance |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|