Search Results

Search: Posts Made By: Nepler265
2,360
Posted By Nepler265
Concatenate multiple commands
hi, i am creating a script that given a file with multiple fields, take the first and return everything on a single output line: file name, number of lines, sum, average and standard deviation .......
40,999
Posted By Nepler265
Create array with arguments passed to the script
Hi guys, I have to create an array with the arguments passed to the script .... I thought of something like that ...


for X in seq 1 $# ;

do
arr[X]=$X

done


but if I go...
1,683
Posted By Nepler265
Exercise bash
Hi, I started to take a look at the bash of linux and do some exercises like this ....
1) Extract (and print on standard output) from the file / etc / passwd login-name and home file (first and...
Showing results 1 to 3 of 3

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