Re: space in command line args
From: Alexis Huxley (alexis_at_dione.no-ip.org)
Date: 04/30/03
- Next message: Alexis Huxley: "Re: Bash help"
- Previous message: Barry Kimelman: "Re: grep"
- In reply to: Ramprasad A Padmanabhan: "space in command line args"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Apr 2003 15:21:21 +0200
> #!/bin/bash
> for i in $*;do
for i in "$@"; do
> echo "ARG = $i"
> done
> exit 0
-- Alexis http://dione.no-ip.org/~alexis/
- Next message: Alexis Huxley: "Re: Bash help"
- Previous message: Barry Kimelman: "Re: grep"
- In reply to: Ramprasad A Padmanabhan: "space in command line args"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]