Search Results

Search: Posts Made By: Strongid
3,894
Posted By Strongid
I figured out where to put sort and etc. thanks.
I figured out where to put sort and etc. thanks.
3,894
Posted By Strongid
So I done everything You told. Sorry to bother...
So I done everything You told. Sorry to bother You with my low skills with shell.
Now I have this code
#!/bin/bash
while read -a ARR
do
echo "${#ARR[@]} elements"
for STR in "${ARR[@]}"...
3,894
Posted By Strongid
I copy all You written, then: strongid@ktl ~...
I copy all You written, then:

strongid@ktl ~ $ pico sav1

UW PICO(tm) 4.10 File: sav1

#!/bin/bash
while read -A ARR
do
echo "${#ARR[@]} elements"
...
3,894
Posted By Strongid
Ok, I am sorry maybe I am really stupid. I try to...
Ok, I am sorry maybe I am really stupid. I try to do this:

strongid@ktl ~ $ pico sav1

UW PICO(tm) 4.10 File: sav1 Modified
...
3,894
Posted By Strongid
Shell scripting task
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

Hi all,
I...
2,091
Posted By Strongid
Shell scripting task
Hi all,
I am new to shell scripting. And I have a task to do, I tried all possible ways to solve this, but didn't. Iwas wondering maybe someone could help me.

So I have a random file something...
Showing results 1 to 6 of 6

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