Search Results

Search: Posts Made By: myndcraft
7,991
Posted By myndcraft
Thanks era, works great! Time to spend some time...
Thanks era, works great! Time to spend some time with the sed docs though... I knew it could do it, but admittedly I'm not very familiar with it :(
7,991
Posted By myndcraft
String substitution on find results inside exec/xargs
What I'm trying to do is perform a copy, well a ditto actually, on the results of a find command, but some inline string substitution needs to happen.

So if I run this code find ./ -name "*.tif" I...
1,696
Posted By myndcraft
Using arrays with conditionals
Pardon the pseudo code below, but I'm wondering how I would do something along the lines of this...

#!/bin/sh

excludeList="A B"
theItem="C"

if [ $theItem !exists in excludeList ]
then...
Showing results 1 to 3 of 3

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