Search Results

Search: Posts Made By: alcresio
2,429
Posted By alcresio
Yes Neo, my code works, but it's really ugly!...
Yes Neo,
my code works, but it's really ugly! :-)

It was written by hand just to give an idea. The formatting code make clearer the future steps. Tnx!


I stiil working on basics of...
2,429
Posted By alcresio
After several attempts I was able to split the...
After several attempts I was able to split the individual strings of the file in this way:

#!/bin/bash
input=$1
declare -a FirstStep
N=0

while IFS= read -r line
do
Res="$(cut -d':' -f1...
2,429
Posted By alcresio
Hi Neo, thanks for the welcome! Yes, it's...
Hi Neo, thanks for the welcome!

Yes, it's pretty obvious that the forum is not a scripting service, and, I assure you, it's not what I need.

I'm completely new to scripting, and I know...
2,429
Posted By alcresio
Create html <ui> <li> by parsing text file
Hi you all,
this is my first post in this forum. I'm italian (please forgive me) :-) so my english will fail to be correct...

Anyway, let's get straight to the point!
I have a text file...
Showing results 1 to 4 of 4

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