Hello,
I have searched the forum, but am unable to find direction on my issue.
I have s simple BASH script below
#!/bin/bash
#
###########################
userarray=$(cat test|awk 'BEGIN {FS="\t"}; {print $1}'|sort -u)
echo "USERID #of occurances"
for i in $userarray[@]
do
printf...
Morning all,
I have a task that I need to get done, and cant seem to get it together. I have a file that I am read via the <> operator. This files contains simply:
17 21 19 70 99 45 32 25 67 89 90 91
11 10 12 33 34 36 37
several lines of numbers from 1 to 99. In the perl file I am pulling the...
First Thread!
Folks,
I have a script that is using the diamond operator to read two files that I have specified at the command line. The first file is a standard text, the second file is a CSV file, with a header. My script works if I remove the header before executing, but I would like to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.