Search Results

Search: Posts Made By: kullu
1,054
Posted By Perderabo
The i and j variable must be numeric only. It's...
The i and j variable must be numeric only. It's not obvious why you are using a double loop.

$ cat x1
#!/bin/bash
line=""
for((i=0;i<=5;i++)); do
line="$line|_"
echo "$line"...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy