Search Results

Search: Posts Made By: hu_r_u2000
1,888
Posted By hu_r_u2000
How do I do that? I'm a little confused on piping...
How do I do that? I'm a little confused on piping one awk into another. I assume thus is what you're referring to.

---------- Post updated at 12:46 PM ---------- Previous update was at 12:02 PM...
1,888
Posted By hu_r_u2000
#!/bin/bash read -p "Enter a directory: "...
#!/bin/bash
read -p "Enter a directory: " user_directory
read -p "Enter a file type: " user_type
read -p "Enter the parameter of interest: " user_parameter
found_files=$(find $user_directory...
1,888
Posted By hu_r_u2000
Form of Input: Header1,Header2,Header3,.... ...
Form of Input:
Header1,Header2,Header3,....
Unit1,Unit2,Unit3,....
Data,Data,Data,....
Data,Data,Data,....
Etc

Form of output:
/directory/sub/filename1.csv
/directory/sub/filename2.csv
...
1,888
Posted By hu_r_u2000
List of filenames where column title matches string and value is in limits
I'm somewhat new to BASH scripting but have managed to work my way through most of a problem. I'm trying to get a list of filenames where a column header occurs and any value in that column is within...
Showing results 1 to 4 of 4

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