
cardctl | 67
Linux
Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
-j, --java
Print names using Java syntax.
-n, --no-strip-underscores
Preserve initial underscores on symbol names.
-s format, --format=format
Expect symbols to have been coded in the specified format.
Format may be one of the following:
arm
C++ Annotated Reference Manual.
edg
EDG (Intel) compiler.
gnu
Gnu compiler (the default).
gnu-new-abi
Gnu compiler with the new application binary interface
(for gcc 3.x.)
hp
HP compiler.
lucid
Lucid compiler.
--version
Print version number, then exit.
cal
cal [options] [[month] year]
Print a 12-month calendar (beginning with January) for the given
year, or a one-month calendar of the given month and year. month
ranges from 1 to 12. year ranges from 1 to 9999. With no argu-
ments, print a calendar for the current month.
Options
-j Display Julian dates (days numbered 1 to 365, starting from
January 1).
-m Display Monday as the first day of the week.
-y Display entire year.
Examples
cal 12 2006
cal 2006 > year_file
cardctl
cardctl [options] command
System administration command. Control PCMCIA sockets or
select the current scheme. The current scheme is sent along with
the address of any inserted cards to configuration scripts (by
default located in /etc/pcmcia). The scheme command displays or
changes the scheme. The other commands operate on a named ...