Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rtcanrecv(1) [debian man page]

RTCANRECV(1)							      Xenomai							      RTCANRECV(1)

NAME
rtcanrecv - Xenomai tool for receiving CAN messages SYNOPSIS
rtcanrecv [<can-interface>] [Options] DESCRIPTION
rtcanrecv is part of Xenomai. It is used to receive messages via a CAN interface. The system must run a suitable Xenomai enabled kernel with the respective module (xeno_native and the CAN driver). OPTIONS
<can-interface> is the CAN interface file. rtcanrecv accepts the following options: -f, --filter=id:mask[:id:mask]... apply filter -e, --error=mask receive error messages -t, --timeout=MS timeout in ms -T, --timestamp with absolute timestamp -R, --timestamp-rel with relative timestamp -v, --verbose be verbose -p, --print=MODULO print every MODULO message -h, --help this help SEE ALSO
rtcanconfig(1), rtcanrecv(1) AUTHORS
rtcanrecv was written by Wolfgang Grandegger <wg@grandegger.com>, Jan Kiszka <jan.kiszka@web.de> and Philippe Gerum <rpm@xenomai.org>. This man page was written by Roland Stigge <stigge@antcom.de>. 2.6.0 2008-04-19 RTCANRECV(1)

Check Out this Related Man Page

Courier::Filter::Logger::IOHandle(3pm)			User Contributed Perl Documentation		    Courier::Filter::Logger::IOHandle(3pm)

NAME
Courier::Filter::Logger::IOHandle - I/O handle logger for the Courier::Filter framework SYNOPSIS
use Courier::Filter::Logger::IOHandle; my $logger = Courier::Filter::Logger::IOHandle->new( handle => $handle ); # For use in an individual filter module: my $module = Courier::Filter::Module::My->new( ... logger => $logger, ... ); # For use as a global Courier::Filter logger object: my $filter = Courier::Filter->new( ... logger => $logger, ... ); DESCRIPTION
This class is an I/O handle logger class for use with Courier::Filter and its filter modules. Constructor The following constructor is provided: new(%options): returns Courier::Filter::Logger::IOHandle Creates a new logger that logs messages as lines to an I/O handle. %options is a list of key/value pairs representing any of the following options: handle Required. The I/O handle or IO::Handle object to which log messages should be written. timestamp A boolean value controlling whether every log message line should be prefixed with a timestamp (in local time, in ISO format). Defaults to false. Instance methods The following instance methods are provided: log_error($text): throws Perl exceptions Logs the error message given as $text (a string which may contain newlines). Prefixes each line with a timestamp if the "timestamp" option has been set through the constructor. log_rejected_message($message, $reason): throws Perl exceptions Logs the Courier::Message given as $message as having been rejected due to $reason (a string which may contain newlines). SEE ALSO
Courier::Filter::Logger, Courier::Filter::Overview. For AVAILABILITY, SUPPORT, and LICENSE information, see Courier::Filter::Overview. AUTHOR
Julian Mehnle <julian@mehnle.net> perl v5.14.2 2011-12-27 Courier::Filter::Logger::IOHandle(3pm)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

timestamp

I am getting some error messages when I run I get messages that have been logged but can't tell what time or date they happened. It has a timestamp but not sure how to read it. could you tell me how? The rockmiester (3 Replies)
Discussion started by: rocker40
3 Replies

2. UNIX for Dummies Questions & Answers

putting a timestamp in a file

I was sure there was a way to put a timestamp ina logfile but I can't seem to figure out how. What I would like to do is after the last messages in the rptmgr.err log is put a timestamp so I know the next time I look whats new. I am using AIX 5.1 any help will great Thanks (2 Replies)
Discussion started by: rocker40
2 Replies

3. UNIX for Dummies Questions & Answers

awk -f scriptfile

Hi. I have a file containing something like this: 1141 2 12355 0 0 1196418669 Runtime error field number $6 is a unix timestamp. I would like to convert this timestamp to something readable like: (1196418669=Fri Nov 30 11:31:09 2007) Fri Nov 30 11:31:09 2007 ... (2 Replies)
Discussion started by: fedtegreve
2 Replies

4. UNIX for Dummies Questions & Answers

deleting file with timestamp

I am using UNIX from few months, I want to delete files in subdirectories that have a timestamp till yesterday. I mean all the files before Jan 10th... can I just give find and do it or how do I do it??? (2 Replies)
Discussion started by: jcluvme
2 Replies

5. UNIX for Dummies Questions & Answers

Format output of errpt

When i use the errpt command, i just want to see the timestamp and description only. How do i filter this out. errpt |awk '{print $2,$6}' The above commnad works but the description field becomes truncated. The result for the above command as below TIMESTAMP DESCRIPTION 0524143109... (7 Replies)
Discussion started by: ienaris
7 Replies

6. Solaris

Get timestamp by 'YYYYMMDD'

Hi, I'd like to get the file timestamp by 'YYYYMMDD' on Solaris 9 9/05. I can get it on the other UNIX distribution with the following command; ls -d -l --time-style='+%Y%m%d'$FNAME | awk '{print $6; }' but cannot get it on Solaris, it comes format error. Could you give me any advice on this? (18 Replies)
Discussion started by: elph
18 Replies

7. Hardware

Xenomai On ARM board EXYNOS 4210 ODROID-PC

Hi I am trying to port xenomai on exynos 4210 arm board. With some research I have found a way to port the board on the exynos board but the problem is that on the exynos-4210 website they have provided a patched version of linux-3.0.15 kernel for implementing on the board. On this kernel I am... (1 Reply)
Discussion started by: mohitjandwani
1 Replies

8. Shell Programming and Scripting

help with timestamp of the file

Hi ,i want to convert the timestamp of file into yyyymmdd hh:mi:ss format.I tried ls -l test |awk -F" " '{print $6,$7,$8}' and the result I got was Jul 16 21:31.Can some one help me how do i get his into yyyymmdd hh:mi:ss format.Thank you (3 Replies)
Discussion started by: brendan12
3 Replies

9. Shell Programming and Scripting

Missing date

hi team, i have a file contains data as follows F1 file --------------------------- date system name 1-jan-2012 x 1-jan-2012 y 1-jan-2012 x 5-jan-2012 y 3-jan-2012 z 3-jan-2012 z 4-jan-2012 x 4-jan-2012 x ... (13 Replies)
Discussion started by: rabindratech
13 Replies

10. HP-UX

History command with timestamp

Hi, i want to print timestamp of the command along with output of 'history' command. Tried this export HISTTIMEFORMAT='%F %T'. But it did not work still getting history output in general way (line number and command). I'm using HP-UX B.11.23 U ia64. Requesting help in this regard. Thanks. (2 Replies)
Discussion started by: sam_bd
2 Replies

11. Shell Programming and Scripting

Print character after pattern found

Hi Gurus, i need your help to create a script the will print a characters after the pattern was found. Sample lines are below: My birthday:"1977-16-07", My birthday:"1975-16-07" My birthday:"1970-16-07". My patter should be "birthday:", then i want to print the following characters which... (18 Replies)
Discussion started by: scripter123
18 Replies

12. Shell Programming and Scripting

Looking for an awk command to print strings only if substring is missing

I have a file that I need to find each interface that has move-group on the interface line and print this line if the lines under the interface does Not have "filter-shared 14". Example file: interface 1/1/1/0 move-group decription one one one zero no shut filter-shared 14... (21 Replies)
Discussion started by: numele
21 Replies

13. UNIX for Beginners Questions & Answers

Storing timestamp of files in an array

Hi, I have written the below script to get the timestamp of each files and result is as below Script find /home/user -type f -name "*.json" -printf '%Tc %p\n' | awk {'print $1 " " $2 " " $3 " " $4 " " $5 " " $6 " " $7'} Input -rw-r--r-- 1 user domain users 17382 Jul 19 06:10... (5 Replies)
Discussion started by: nextStep
5 Replies