[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: disable IPv6 debian



does bash shell have the list/array concept?

~$ list="1 2 3 4"

~$ for i in $list; do echo $i; done
1
2
3
4

is this a list access?

thanks

Tim Woodall wrote:
But if you want to use grep, then you need -w at least. grep for pid 123


Reply to: