Search Results

Search: Posts Made By: vasuvv
3,325
Posted By Don Cragun
To avoid having a filename in one file like file1...
To avoid having a filename in one file like file1 match longer names in the other file like file10, file101, etc. and to speed things up a little bit, you might want to try:
grep -vFxf file1.txt...
3,075
Posted By Don Cragun
I give up. You say you're not getting any...
I give up. You say you're not getting any errors! When I try running your code, I get the following diagnostic messages from ksh:
tester: line 4: to: not found
from: can't read /var/mail/=...
3,075
Posted By rbatte1
Would a neater way be to test if the file is null...
Would a neater way be to test if the file is null or not? Does it really depend if you file has data or not? If you file does not have separate records and/or one at the end, you might still get...
5,032
Posted By jim mcnamara
Excel will gladly open .csv files (usually ","...
Excel will gladly open .csv files (usually "," delimited) or .txt file (tab) delimited.
drl pointed out why it is a security no-no to try using proprietary windows formats that support embedded ...
5,032
Posted By drl
Hi. Regarding email enclosures and...
Hi.

Regarding email enclosures and attachments, from a recent security newsletter:

--Malicious Macros in Word Documents
(March 14, 2016)
Malicious macros embedded in Word documents are...
5,032
Posted By Scrutinizer
Note: technically the -ls option to find is not...
Note: technically the -ls option to find is not part of Posix, although it will be an option in most finds...

A good alternative is to use:
find . -type d -exec ls {} +

Which really is much...
5,032
Posted By bakunin
As RudiC already has told you: pipe it into mail!...
As RudiC already has told you: pipe it into mail! There is no need for an intermediary file:

find <...your complete command...> | mail -s "Subject Text" recipient@host

This will generate the...
5,032
Posted By RudiC
Copy to where? To mail it, pipe it into the mail...
Copy to where? To mail it, pipe it into the mail command.
Showing results 1 to 8 of 8

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