Search Results

Search: Posts Made By: jvsrvcs
8,392
Posted By jvsrvcs
How to send email HTML + PDF attachment?
I am attempting to write a script where I can pass in parameters ( to , from, the location of a pdf attachment ) and send an email that has HTML for the body content and a PDF as an attachment.

I...
Forum: Linux 03-12-2012
2,741
Posted By jvsrvcs
that sounds good, will give that a try and see if...
that sounds good, will give that a try and see if that makes a difference, I think I picked that up from googling how to mount a dvd, but did not realize the difference (just copied the line into the...
Forum: Linux 03-10-2012
2,741
Posted By jvsrvcs
That does not work. I tried that before posting....
That does not work. I tried that before posting. Do you have any other ideas?
Forum: Linux 03-10-2012
2,741
Posted By jvsrvcs
Creating .iso from DVD problem ( looking for alternatives / suggestions )
I want to be able to copy DVD disks directly to an ISO file from the command line (via bash script).

I have such a script that I have refined over time that works quite well about 80% of the...
3,661
Posted By jvsrvcs
example words
Here are two random words that I just thought up.

the word "find" and the word "me".

So I want to search all .txt files recursively that have the whole word "me" followed by the word "find".
...
3,661
Posted By jvsrvcs
almost
This almost gets me there, tried that, but it does not give me word boundaries.
3,661
Posted By jvsrvcs
Regex for word followed by another word
I want to find a regex command that I can run on the command line that will find a whole word followed by another whole word (that I specify in the command).

What I am looking to do is also...
2,109
Posted By jvsrvcs
Tricky recursive removal (find with grep)
Tricky one:

I want to do several things all at once to blow away a directory (rm -rf <dir>)

1) I want to find all files recursively that have a specific file extension (.ver) for example.
...
Forum: Red Hat 11-16-2011
2,003
Posted By jvsrvcs
Command line utils for DVD ripping?
I am looking to rip (to iso), various DVD & Blu-Ray disks in my collection to single iso files.

I want to do this with a simple bash script that I pass the device name and it will rip the file.
...
7,378
Posted By jvsrvcs
which directory has the most files?
I need to write a simple bash shell script that will recurse a directory and print out the top 2-3 directories with the most files in it.

I know how to use find & wc, but cannot seem to figure out...
1,781
Posted By jvsrvcs
OK, I will try that. Also another requirement is...
OK, I will try that. Also another requirement is that I want to skip certain meta-data directories like "CVS/". Is there a way to exclude a list of directories?

Also I do not want to copy files...
1,781
Posted By jvsrvcs
diff cp
I do not want to copy the entire directory.

I just want to copy only those files that exist in dir1 to dir2 with the same path.
any ideas or help there?

---------- Post updated at 01:58 PM...
1,781
Posted By jvsrvcs
diff script to copy files to other dir when not exists
I have two directories that are mostly the same:

dir1
dir2

Is there an easy way to take the output of diff and copy files from dir1 that do not exist in dir2 - but copy them to the same path...
Showing results 1 to 13 of 13

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