Sponsored Content
The Lounge What is on Your Mind? Two Forum Discussions with Over 1 Million Views and a Special Badge Award to vgersh99 Post 303028137 by vgersh99 on Monday 31st of December 2018 11:00:42 AM
Old 12-31-2018
You guys are making me blush!
I'm glad and thankful for finding this site many many moons ago - a good new "home" for contributing and helping others.
It's been a terrific ride so far!

Thanks for all the kind words.
Vlad
These 5 Users Gave Thanks to vgersh99 For This Post:
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Threaded Discussions for Webpages

Dear All, I run a website for a non-profit. Does anyone know where I can get free or cheap software to run threaded discussions for our website? Our website is obviously running off a unix platform. Thanks (4 Replies)
Discussion started by: evertk
4 Replies

2. Post Here to Contact Site Administrators and Moderators

irix special interest forum?

is anyone else interested in an IRIX special interest forum like you have for some other unix varients. (3 Replies)
Discussion started by: spowers42
3 Replies

3. Shell Programming and Scripting

Matching 10 Million file records with 10 Million in other file

Dear All, I have two files both containing 10 Million records each separated by comma(csv fmt). One file is input.txt other is status.txt. Input.txt-> contains fields with one unique id field (primary key we can say) Status.txt -> contains two fields only:1. unique id and 2. status ... (8 Replies)
Discussion started by: vguleria
8 Replies

4. What is on Your Mind?

Four More UNIX.COM Achievement Award Badges to Award

Happy New Year! There are currently four UNIX.COM achievement awards up for grabs, as the say. Here they are, in no particular order: The Order of the Raven The Order of the Hippo The Order of the Spider The Order of the Dragon Don't ask me what they mean, or who who will get those... (0 Replies)
Discussion started by: Neo
0 Replies
LASTCOMM(1)						      General Commands Manual						       LASTCOMM(1)

NAME
lastcomm - show last commands executed in reverse order SYNOPSIS
lastcomm [ -f file ] [ command name ] ... [user name] ... [terminal name] ... DESCRIPTION
Lastcomm gives information on previously executed commands. Option: -f file Read from file rather than the default accounting file. With no arguments, lastcomm prints information about all the commands recorded during the current accounting file's lifetime. If called with arguments, only accounting entries with a matching command name, user name, or terminal name are printed. So, for example, lastcomm a.out root ttyd0 would produce a listing of all the executions of commands named a.out by user root on the terminal ttyd0. For each process entry, the following are printed. The name of the user who ran the process. Flags, as accumulated by the accounting facilities in the system. The command name under which the process was called. The amount of cpu time used by the process (in seconds). The time the process exited. The flags are encoded as follows: ``S'' indicates the command was executed by the super-user, ``F'' indicates the command ran after a fork, but without a following exec, ``C'' indicates the command was run in PDP-11 compatibility mode (VAX only), ``D'' indicates the command ter- minated with the generation of a core file, and ``X'' indicates the command was terminated with a signal. FILES
/usr/adm/acct Default accounting file. SEE ALSO
last(1), sigvec(2), acct(8), core(5) 4th Berkeley Distribution February 3, 1995 LASTCOMM(1)
All times are GMT -4. The time now is 03:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy