Search Results

Search: Posts Made By: tlarkin
3,047
Posted By verdepollo
Doesn't this work instead of using a regexp? ...
Doesn't this work instead of using a regexp?

find -x -E /* -iname "*arial*" -type f -print
3,142
Posted By Corona688
I'm guessing the file is tab-separated? This...
I'm guessing the file is tab-separated? This should replace the fields you wanted all with the same serial, part, and tech...
#!/bin/bash

# Assume input for 'read' is tab-seperated
IFS=$'\t'
...
Showing results 1 to 2 of 2

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