Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How can I delete files using a file that containt path and names? Post 7338 by AlvaroD on Tuesday 25th of September 2001 11:04:15 AM
Old 09-25-2001
Java How can I delete files using a file that containt path and names?

Recentily i receive virus ninda and my network was files *.eml.
I find all *.eml with:

find / -name *.eml -print > virus

Virus has the path and name of the file,so, How can i delete all *.eml?

Thanks
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How do manipulate file path and names

In emacs elisp, there is a handy function called file-name-nondirectory which accepts a path and file name and returns just a file name and extension. There is also a function called file-name-directory which just returns the dire ctory name without the file. How can I implement these same... (2 Replies)
Discussion started by: siegfried
2 Replies

2. UNIX for Dummies Questions & Answers

how to delete file names with $ in them

I'm reading the file name from a spreadsheet then creating a data file with several remove statements. i.e cd /sun/5.0/AWBE/v1.0/svr/VaultLocs/CPVaultLoc/ rm "ZXCV KTest Stat host $$ cont.xls" cd /sun/5.0/AQE/v1.0/svr/VaultLocs/CPVaultLoc/ rm "ABC PMT OzLtr.pdf" cd... (2 Replies)
Discussion started by: orahi001
2 Replies

3. Shell Programming and Scripting

want only file names (not whole path) in shell script

hi i wrote following script, #!/usr/bin/sh for index in `ls /tmp/common/*.txt` do echo "$index" done here index is giving full path but in my program i want only file names (not along with whole path) Eg. if in /tmp/common files are a.txt and b.txt den out should be a.txt b.txt ... (6 Replies)
Discussion started by: crackthehit007
6 Replies

4. Shell Programming and Scripting

How to split a data file into separate files with the file names depending upon a column's value?

Hi, I have a data file xyz.dat similar to the one given below, 2345|98|809||x|969|0 2345|98|809||y|0|537 2345|97|809||x|544|0 2345|97|809||y|0|651 9685|98|809||x|321|0 9685|98|809||y|0|357 9685|98|709||x|687|0 9685|98|709||y|0|234 2315|98|809||x|564|0 2315|98|809||y|0|537... (2 Replies)
Discussion started by: nithins007
2 Replies

5. UNIX for Dummies Questions & Answers

Removing path name from list of file names

I have this piece of code printf '%s\n' $pth*.msf | tr ' ' '\n' | sort -t '-' -k7 -k6r \ | awk -F- '{c=($6$7!=p&&FNR!=1)?ORS:"";p=$6$7}{printf("%c%s\n",c,$0)}' When I run it I get /home/chrisd/tatsh/branches/terr0.50/darwin/n02-z30-dsr65-terr0.50-dc0.002-8x6drw-csq.msf... (8 Replies)
Discussion started by: kristinu
8 Replies

6. Shell Programming and Scripting

Setting path names

I am in a directory called /abstracts Doing tree -d gives . ├── geo1936 │ ├── geo01n01 │ ├── geo01n02 │ └── geo01n03 ├── geo1937 │ ├── geo02n01 │ ├── geo02n02 │ ├── geo02n03 │ └── geo02n04 (4 Replies)
Discussion started by: kristinu
4 Replies

7. Shell Programming and Scripting

Script to delete files with an input for directories and an input for path/file

Hello, I'm trying to figure out how best to approach this script, and I have very little experience, so I could use all the help I can get. :wall: I regularly need to delete files from many directories. A file with the same name may exist any number of times in different subdirectories.... (3 Replies)
Discussion started by: *ShadowCat*
3 Replies

8. UNIX for Dummies Questions & Answers

Delete files whose file names are listed in a .txt file

hi, I need a help. I used this command to list all the log files which are for more than 10 days to a text file. find /usr/script_test -type f -mtime +10>>/usr/ftprm.txt I want all these files listed in the ftprm.txt to be ftp in another machine and then rm the files. Anyone can help me... (8 Replies)
Discussion started by: kamaldev
8 Replies

9. Shell Programming and Scripting

Exclude certain file names while selectingData files coming in different names in a file name called

Data files coming in different names in a file name called process.txt. 1. shipments_yyyymmdd.gz 2 Order_yyyymmdd.gz 3. Invoice_yyyymmdd.gz 4. globalorder_yyyymmdd.gz The process needs to discard all the below files and only process two of the 4 file names available ... (1 Reply)
Discussion started by: dsravanam
1 Replies

10. Shell Programming and Scripting

Delete files except the file names available in the Except File

Hi, I need some help in the below scenario. I need to delete all the files from the directory except the file name available in the Except file. Like the folder ABC have files like A1.txt,A2.txt......A10.txt and also have a file named Except.txt with the content A3.txt,A4.txt Need a... (6 Replies)
Discussion started by: kban
6 Replies
clamsmtpd.conf(5)					      BSD File Formats Manual						 clamsmtpd.conf(5)

NAME
clamsmtpd.conf -- the configuration file for clamsmtpd(8) DESCRIPTION
clamsmtpd(8) reads a configuration file when starting up. The location of the file is dependent on how you compiled clamsmtp but it should usually be in either the /usr/local/etc/ or /etc/ directories. If clamsmtpd(8) does not find its configuration file it'll print a warning when it starts up along with the location it's expecting to find it in. You can also specify a different location for a config file by pass- ing the -f argument to clamsmtpd(8) The settings are specified one per line. The setting names come first, followed by a colon and then the value. Comments start with the '#' character on a line of their own. Whitespace is ignored at the beginning of line, end of line and around the colons. A sample configuration file can be found in the doc/ directory of the clamsmtp distribution. SETTINGS
The various settings are as follows: Action This option controls what clamsmtpd(8) does when it finds a virus. The options are: bounce Bounce the email. In most cases this is not a good idea since many viruses spoof sender addresses. drop Silently drop the email. Recommended. pass Pass on the email. Inserts an 'X-Virus-Infected' header. [ Default: drop ] ClamAddress Specifies the address to connect to clamd(8) on. See syntax of addresses below. [ Default: /var/run/clamav/clamd ] Header A header to add to scanned messages. Put an empty value to suppress adding a header. You can include the following special for- matting characters in the string to include special values: %i Client IP Address %l Local IP Address %d Current Date You can also include the standard or escapes. [ Default: 'X-Virus-Scanned: ClamAV using ClamSMTP' ] KeepAlives On slow connections the server will sometimes timeout before clamsmtpd(8) is finished scanning the file. This option sends NOOP's to the server to keep the connection alive. Specify the number of seconds, or 0 to disable. [ Default: 0 ] Listen The address and port to listen for SMTP connections on. See syntax of addresses below. [ Default: port 10025 on all local IP addresses ] PidFile Specifies a location for the a process id file to be written to. This file contains the process id of clamsmtpd.conf and can be used to stop the daemon. If the -p argument is passed on the command line, then this setting will be ignored. [ Default: none ] Quarantine Quarantine files that contain viruses by leaving them in the TempDirectory directory. The file names look like this (where X is a random character or number): virus.XXXXXX [ Default: off ] MaxConnections Specifies the maximum number of connections to accept at once. clamd(8) also needs to be setup to accept at least this number of connections. [ Default: 64 ] OutAddress The address of the SMTP server to send email to once it's been scanned. See syntax of addreses below. [ Required ] TempDirectory The directory to write temp files to. This directory needs to be accessible to both clamd(8) and clamsmtpd(8) [ Default: /tmp ] TimeOut The number of seconds to wait while reading data from network connections. [ Default: 180 seconds ] TransparentProxy This option enables transparent proxy support, which allows you to route all SMTP traffic that's going through a gateway through clamsmtp which will then send it on to its final destination. This setup usually involves firewall rules which redirect traffic to clamsmtp, and the setup varies from OS to OS. [ Default: off ] User The user to run as. If this option is specified then clamsmtpd(8) must be started as root. It will then drop root privileges and run as the specified user. The user can either be a name or a numerical user id. [ Optional ] VirusAction This is a command to run when a virus is found. See the VIRUS ACTION section in clamsmtpd(8) for a discussion of this option. [ Default: off ] XClient Send an XCLIENT command to the receiving server. This is useful for forwarding client addresses and connection info to servers that support this feature. [ Default: off ] ADDRESSES
Addresses can be specified in multiple formats: o Unix local addresses can be specified by specifying their full path. (ie: '/var/run/clamav/clamd'). o IP addresses can be specified using dotted notation with a colon before the port number (ie: '127.0.0.1:3310'). o IPv6 addresses are implemented but disabled. The code needs testing. SEE ALSO
clamsmtpd(8) AUTHOR
Stef Walter <stef@memberwebs.com> clamsmtp June 1, 2019 clamsmtp
All times are GMT -4. The time now is 01:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy