Search Results

Search: Posts Made By: jlykke
9,737
Posted By jlykke
Appreciate the help Don!
Appreciate the help Don!
9,737
Posted By jlykke
I had to muck around with sed to get the "./"...
I had to muck around with sed to get the "./" stripped off the front and added $MASTER to front of other strings just for my own sanity when troubleshooting/testing it out, but it all works as i...
9,737
Posted By jlykke
Hi Don, I am looking to compare/diff the...
Hi Don,

I am looking to compare/diff the internal contents of two files, one will be in a SVN repo and the other will be in a server.

Essentially if someone edits the server config file I want...
9,737
Posted By jlykke
IFS=$'\n' filea=($(find...
IFS=$'\n'
filea=($(find /var/tmp/dir1 -type f -follow -print))
fileb=($(find /var/tmp/dir2 -type f -follow -print))
unset IFS

for afile...
9,737
Posted By jlykke
am i any closer? apologies i am really still...
am i any closer?

apologies i am really still learning how to do scripting in general


IFS=$'\n'
filea=($(find /var/tmp/dir1 -type f -follow -print))
...
9,737
Posted By jlykke
Bash script to diff two arrays
Hi,

I am quite scripting illiterate and have been trying to write a bash script to compare to two files which i have populated in two seperate arrays as below and confirmed that all the files are...
Showing results 1 to 6 of 6

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