Search Results

Search: Posts Made By: graphicsman
1,046
Posted By graphicsman
is the proper way of writing .sh files still to...
is the proper way of writing .sh files still to declare #!/bin/bash in the header?

Ive noticed many files are

wget /
procedure /
procedure /
procedure /

I would assume the...
1,046
Posted By graphicsman
Wget structure
Im reading a lot about wget and have really enjoyed using it. However I see a lot of tutorials that will show several ways. I want to be able to write scripts in gedit so I was wondering what is...
2,559
Posted By graphicsman
well I want to be able to echo to a specific...
well I want to be able to echo to a specific column and row
2,559
Posted By graphicsman
Echo to csv
I was curious to know if an echo to a pacific column and row can be done in excel? Anyone know a good tutorial or example?? I would like to do this for a script I want to write.
Forum: Programming 11-01-2012
3,014
Posted By graphicsman
my apologies if Im being complicated Im still...
my apologies if Im being complicated Im still trying to learn and understand whats going on to help me better. Can you explain whats going on or tell me where I can learn what you did?
Forum: Programming 11-01-2012
3,014
Posted By graphicsman
this is something like it <?xml...
this is something like it


<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<metadata>
<name>John Does<name>
<project>FIC042040</project>
<class>FIC042030</class>
...
Forum: Programming 11-01-2012
3,014
Posted By graphicsman
even though im trying to pull data from a tag...
even though im trying to pull data from a tag that doesnt change??

well i screwed up big time anyways its not 2mb its 2 million pixels so now I have to try and learn imageMagic
Forum: Programming 10-31-2012
3,014
Posted By graphicsman
Im trying to get a tag <name></name> that never...
Im trying to get a tag <name></name> that never changes
Forum: Programming 10-31-2012
3,014
Posted By graphicsman
thanks just finally got it after 24 hours. I...
thanks just finally got it after 24 hours. I needed basename


final script example:

echo 'checking images sizes'
{
for f in $(find $DIRECTORY/$directoryname -name "*.jpg" -o -name...
1,880
Posted By graphicsman
by any chance can you explain what is going on so...
by any chance can you explain what is going on so I can better understand the process?

Edit:
Id like to undertstand this because I would like to extend something else Ive been working on and...
Forum: Programming 10-31-2012
3,014
Posted By graphicsman
so close but when I change that line to that I...
so close but when I change that line to that I get

find: invalid esxpression; you have used a binary operator '-0' with nothing before it.

EDIT:
ok I see where it talks about it thanks!!
...
1,880
Posted By graphicsman
echo exact xml tag from an exact file
Im stumped on this one. Id like to echo into a .txt file all names for an xml feed in a huge folder. Can that be done?? Id need to echo <name>This name</name> in client.xml files.

...
Forum: Programming 10-30-2012
3,014
Posted By graphicsman
I extended my code to check the directory but now...
I extended my code to check the directory but now my issue is if try to echo $f it gives me the full path and the filename of the image. How can I just get the name to also print next to the...
1,545
Posted By graphicsman
thanks now I get to learn how to write a script...
thanks now I get to learn how to write a script for it to check certain conditions.
1,545
Posted By graphicsman
resize images
Is there a script or extension that I can look into that will re-size an allotment of images to a given size?? Id like to take images of a certain size and resize them but Im dont remember an...
Forum: Programming 10-29-2012
3,014
Posted By graphicsman
for got the ; after fsize
for got the ; after fsize
Forum: Programming 10-29-2012
3,014
Posted By graphicsman
am I on the right track and understanding this?? ...
am I on the right track and understanding this??

EDIT:
how do you come up with the size amount?? example if I have a 2mb file what would it be in Linux?
Forum: Programming 10-29-2012
3,014
Posted By graphicsman
Print to file image sizes
I was trying to figure out how to write a shell script to be able to print the name of the file and size to a text file I wanted to know if I was on the right track and am understanding this better....
2,352
Posted By graphicsman
just to make sure it would be: $ wget -i -x...
just to make sure it would be:

$ wget -i -x download-file-list.txt
2,352
Posted By graphicsman
ok ive tested each one on the site but how can I...
ok ive tested each one on the site but how can I use this and make each one go into a folder or assign a name because they all go numerical by index.html??


Download Multiple Files / URLs Using...
2,352
Posted By graphicsman
snap crackle I didnt see that!! I shall test out...
snap crackle I didnt see that!! I shall test out later thanks! :)
2,352
Posted By graphicsman
I do already do that :cool: but i wanted a...
I do already do that :cool:

but i wanted a better way
2,352
Posted By graphicsman
so there are a lot of sites that I like to read...
so there are a lot of sites that I like to read their tutorials. How could I be able to download those sites so I can use those tutorials at home?
2,352
Posted By graphicsman
well an example. I like going to font sites and...
well an example. I like going to font sites and downloading useful fonts but if I learn how to write a wget I could download everything from a site and use my font manager on my rip station to use...
2,352
Posted By graphicsman
my god where has this been all my life... :b: ...
my god where has this been all my life... :b:

I think I shall do some damage, lol.


EDIT:
so basically the many times ive spent downloading things one by one from sites I could have done...
Showing results 1 to 25 of 45

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