FROM(1) BSD General Commands Manual FROM(1)NAME
from -- print names of those who have sent mail
SYNOPSIS
from [-c] [-s sender] [-f file] [user]
DESCRIPTION
The from utility prints out the mail header lines from the invoker's mailbox.
The following options are available:
-c Just print a count of messages and exit.
-f file
The supplied file is examined instead of the invoker's mailbox. If the -f option is used, the user argument should not be used.
Read from standard input if file name - is given.
-s sender
Only mail from addresses containing the supplied string are printed.
If user is given, the user's mailbox is examined instead of the invoker's own mailbox. (Privileges are required.)
ENVIRONMENT
MAIL If set, the location of the invoker's mailbox. Otherwise, the default in /var/mail is used.
FILES
/var/mail/*
SEE ALSO biff(1), mail(1)HISTORY
The from command appeared in 3.0BSD.
BSD December 30, 1993 BSD
Check Out this Related Man Page
from(1) General Commands Manual from(1)NAME
from - Shows whom mail messages are from
SYNOPSIS
from [-s sender] [user]
The from command prints out the mail header lines in your mailbox file.
OPTIONS
Prints headers for mail sent by sender. Specifies a mail spool directory.
Use this flag if you want to examine a mailbox in a directory other than /usr/spool/mail, which is the system default.
DESCRIPTION
If user is specified, then user's mailbox is examined instead of your own.
EXAMPLES
To display the message headings in your mailbox, enter: from
The names of the senders and the message dates are displayed. To display the message headings for mail sent by a specific user,
enter: from -s dale
Displays only the message headings of the messages sent from user dale. To display the message headings in a specific user's mail-
box, enter: from dawn
The message headings from user dawn's mailbox are displayed, provided you have read permission for dawn's mailbox.
FILES
User mailbox files.
SEE ALSO
Commands: biff(1), mail(1), mailx(1)from(1)
I want to count the number of occurence of perticular word from one text file.
Please tell me "less" command is work in ksh or not. If it is not working then instead of that which command will work. :confused: (40 Replies)
My system does not have wget, curl and lynx. The chances are low that the SA would install them for me. Do I have any other way out? I need to invoke a few URL calls from my SHELL script.
Thought of using a PERL script or writing a simple Java client, but that adds in more dependencies.
Any... (37 Replies)
Hiii
I am very new to shell scripting.This is my data file
a.txt:
56
45.78
1000
11.23
76.89
45
34.56
23
3400
100
..........
Now i am must use shell scripting to read n number of lines from the file & from ts n number of lines i need to find greatest number among them & so on for... (44 Replies)
for example, I have an html file, contain
<a href="http://awebsite" id="awebsite" class="first">website</a>and sometime a line contains more then one link, for example
<a href="http://awebsite" id="awebsite" class="first">website</a><a href="http://bwebsite" id="bwebsite"... (36 Replies)
Hi All,
Is there a way to get NON unique lines from 2 or more concatenated files?
Basically I have several files which are very similar with the exception of few lines and I want to find out which lines are different in each file. Very simple example is
file1 contains:
1
2
3
4
5file2... (122 Replies)
Hi,
At first I have to say that I know nothing about Linux :(
But I am looking for solution how to copy one file from internal Lowrnace HDS flash memory.
Lowrance HDS is Linux based device.
Here is the link for firmware update files for this unit.
At the end of main firmware file there... (62 Replies)
I have an input file with contents like:
203969 OrdAcctCycChg USAGE_DAEMON1
203970 OrdAcctCycChg USAGE_DAEMON2
203971 OrdAcctCycChg USAGE_DAEMON3
203972 OrdAcctCycChg USAGE_DAEMON4
I need to extract variables in first column... (51 Replies)
Hi all,
I need a script to delete a large set of files from a directory under / based on an input file and want to redirect errors into separate file.
I have already prepared a list of files in the input file.
Kndly help me.
Thanks,
Prash (36 Replies)
Hi all,
In the given script code .
I want to pass the maximum value that variable "i" will have in function DivideJobs () to variable $max of function SubmitCondorJob().
Any help?
Thanks
#!/bin/bash ... (55 Replies)
Hello to all,
I would like to search sequences of bytes inside big binary file.
The bin file contains blocks of information, each block begins is estructured as follow:
1- Each block begins with the hex 32 (1 byte) and ends with FF. After the FF of the last block, it follows 33.
2- Next... (59 Replies)
Hi All,
I am trying to get some lines from a file i did it with while-do-loop. since the files are huge it is taking much time. now i want to make it faster.
The requirement is the file will be having 1 million lines.
The format is like below.
##transaction, , , ,blah, blah... (38 Replies)
I need to rank a large number of data points that exist in multiple files. My data points (Column 3) are based on unique values in columns 1 and 2. I need to rank the values that are in File 1, Column 3.
For instance:
Input File 1
AAA BBB 10
CCC DDD 16
EEE FFF 20
Input File 2
... (47 Replies)
Finally making some progress on getting rid of the 10 year old buttons with modern day fonts and icons thanks to a responsive web design tutorial by Brad Traversy who's video pointed me to Font Awesome.
The buttons and icons were pretty easy to implement but it too me a number of hours... (39 Replies)