Search Results

Search: Posts Made By: jsells20
8,982
Posted By jsells20
cygwin/x
I think I'm making this more complicated than it should be. I actually have Ubuntu 9.04 installed in my XP partition, on a Mac. I dont mind logging into Ubuntu to do my bash stuff but i'm primarily...
8,982
Posted By jsells20
For windows. There are some commands that are not...
For windows. There are some commands that are not working such as sudo, clear and root. I read that in order to get everything working correct you need the xorg-x11 packages, none of which is listed...
8,982
Posted By jsells20
Cygwin X11 Packages
I see that I need these packages..

xorg-x11-base
xorg-x11-bin
xorg-x11-bin-dlls
xorg-x11-devel
xorg-x11-func
xorg-x11-fonts
xorg-x11-xwin
xorg-x11-etc

but in Cygwin 2.573 I do not see...
4,409
Posted By jsells20
Still not integrated
Hey I changed a few things around and the setting for which the values to change are working as they should now. I still don't understand where I'm going wrong to make the filter integrate with those...
4,409
Posted By jsells20
Bash Calculator issue
Hello, I'm relatively new to using bc so I could use some help. In this script im working on I want to have the bc function to calculate float numbers for imagemagicks convert charcoal. Below is what...
2,964
Posted By jsells20
i actually just figured that out right before you...
i actually just figured that out right before you posted ;P The process is running to 101 as we speak. Hopefully all goes well. Thanks BubbaJoe, durden_tyler.

---------- Post updated at 04:48 PM...
2,964
Posted By jsells20
Hmm..when I run this... if [ $count -ge...
Hmm..when I run this...


if [ $count -ge 10 && $count -le 99 ]; then
convert ${IMGDIR}${IMG} -charcoal $count ${OUTDIR}${OUT}.00$count.jpg
fi

It goes up to 9 and stops, my error from 0-10...
2,964
Posted By jsells20
Can there be a while loop inside of a while loop?...
Can there be a while loop inside of a while loop? I already had one at the top. Heres the code edited. It's not correct, please correct me where im wrong.

count=$START
while [ $count -le $END ]; ...
2,964
Posted By jsells20
Imagemagick File Padding Issue
Hello, I'm having a problem figuring out the syntax for padding 10-99. Everything else in the program works fine so I want to focus in on just this part of the code. Below is a snippet of the code...
Showing results 1 to 9 of 9

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