Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

amlint(1) [osx man page]

AMLINT(1)						    BSD General Commands Manual 						 AMLINT(1)

NAME
amlint -- check Automator actions for problems SYNOPSIS
amlint [-HhSs] [-d definition-bundle] [-x exception-file] action ... DESCRIPTION
amlint checks the given Automator actions for various problems and interface inconsistencies. action is the path of a built action bundle. The options are as follows: -H Print the filename for each error or warning. -h Suppress the prefixing of filenames when multiple actions are checked. -S For each action, write a summary line indicating how many errors and warnings there were. -s As -S, but skips the summary line for actions with no errors or warnings. -d definition-bundle Specify a definition bundle, which specifies custom action input and output types. This option may be repeated if you need to specify more than one bundle. -x exception-file Specify a list of errors and warnings to ignore. The file should be plain text, with one line per error: the action filename, a colon, space, and the text of the error. For example: My Action.action: error: NSButton "OK" should not use the metal style. You can simply copy an output line from amlint -H. RETURN VALUES
amlint exits with one of the following values: 0 no serious errors were found. 1 an error was found in one of the checked actions. >1 an internal error occurred. BUGS
Because of a bug in nibtool(1), amlint will fail to work on some nibs. You will see errors about the ``old-style plist parser'' if this hap- pens. Mac OS X December 9, 2005 Mac OS X

Check Out this Related Man Page

nautilus-actions-run(1) 				      General Commands Manual					   nautilus-actions-run(1)

NAME
nautilus-actions-run - execute an action on the specified target SYNOPSIS
nautilus-actions-run [OPTION] DESCRIPTION
nautilus-actions-run runs specific nautilus-actions on a given file or folder. More than one target may be specified. This program is intended to be used on the command-line for scripting nautilus actions. OPTIONS
Help options -?, --help Show help options --help-all Show all help options --help-misc Show miscellaneous options Miscellaneous options -v, --version Output the version number Application options -i, --id=STRING The internal identifier of the action to be launched. -t, --target=URI A file or folder to run the action on (more than one may be specified). BUGS
Please report bugs in nautilus-actions to <submit@bugs.debian.org>. The current bug list may be viewed at <http://bugs.debian.org/nautilus- actions>. AUTHOR
nautilus-actions was written by Rodrigo Moya <rodrigo@novell.com>, Frederic Ruaudel <grumz@grumz.net>, Pierre Wieser <pwieser@trych- los.org>, and contributors. This manual page was written by Christine Spang <christine@debian.org>, for the Debian project (but may be used by others). LICENSING
Both the nautilus-actions source code and this man page are licensed under the GNU General Public License. SEE ALSO
nautilus(1),nautilus-actions(1),nautilus-actions-schemas(1), nautilus-actions-new(1), nautilus-actions-print(1) Debian GNU/Linux 2009-12-30 nautilus-actions-run(1)
Man Page

6 More Discussions You Might Find Interesting

1. HP-UX

Auditing User's actions

Hi all I hope to find what i'm looking for in this forum as said in the topic i want to track user's actions on the system. i mean also the action of moving or removing files. I have an HP 9000 with HP UX 11i. the users log on the HP from a terminal window under WIndows XP Thx (3 Replies)
Discussion started by: Timberland
3 Replies

2. Filesystems, Disks and Memory

UNIX problem concerning Microsoft Office Binary

I just started using Terminal on my Mac this summer, and right now I am having problems making a shell script. This shell should run the "Microsoft Setup Assistant" once I run the Automator Script. Alas, I still have problems. Here is the offending scriptlet: Sudo Tcsh root# cd... (2 Replies)
Discussion started by: chrisfrap
2 Replies

3. Shell Programming and Scripting

a better way to grep until end of error message, although most seem to be 1 or 2 line

My file creates an output log after which includes a few sql queries. I segregate them into warnings and errors and then get a total count. The errors' and warnings' lines always start with SQL{4} followed by the details of the error. This is what im doing as o now... errors=`grep -A 1 -E... (11 Replies)
Discussion started by: VGR
11 Replies

4. Shell Programming and Scripting

Help using SYSTEM function in NAWK

I am scanning a file (line by line) for format errors. A line could have multiple errors. Each field in the line is evaluated for errors and sent, along w/ any error messages, to a temporary file. Finally, if any errors were detected, this temporary file is then appended to the errorFile. The... (4 Replies)
Discussion started by: aschera
4 Replies

5. AIX

Add a bundle to a lpp_source

Hi. I forgot a bundle (X11.dt) in the lpp_source (base OS AIX 7.1). The bundle is now in the CD drive, I need to add it permanently in the lpp_source. What do I have to do ? - copy (where ?) bundle on my NIM server (how to determine what files to copy to have all elements of the bundle ?) ?... (1 Reply)
Discussion started by: stephnane
1 Replies

6. UNIX for Dummies Questions & Answers

Compilation Error--Undeclared Identifier

Hello, I am trying to install BBFTP software on my Mac (OS X), and am running into some compilation errors. Here is the code, the specific errors are listed after: #include <dirent.h> #include <errno.h> #include <fnmatch.h> #include <netinet/in.h> #include <syslog.h> #include <sys/stat.h>... (1 Reply)
Discussion started by: Tyler_92
1 Replies