Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fftest(1) [debian man page]

fftest(1)						      General Commands Manual							 fftest(1)

NAME
fftest - tests force-feedback devices. SYNOPSIS
fftest <device> DESCRIPTION
fftest provides a variety of tests which can be applied to force-feedback devices. Beware, the tests may damage your device! OPTIONS
<device> The device to test. SEE ALSO
ffcfstress(1), ffmvforce(1), jstest(1). AUTHOR
fftest was written by Johann Deneux. This manual page was written by Stephen Kitt <steve@sk2.org>, for the Debian GNU/Linux system (but may be used by others). It was last modified for fftest dated October 19, 2004. fftest March 8, 2009 fftest(1)

Check Out this Related Man Page

jstest(1)						      General Commands Manual							 jstest(1)

NAME
jstest - joystick test program SYNOPSIS
jstest [--normal] [--old] [--event] [--nonblock] [--select] <device-name> DESCRIPTION
jstest can be used to test all the features of the Linux joystick API, including non-blocking and select(2) access, as well as version 0.x compatibility mode. It is also intended to serve as an example implementation for those who wish to learn how to write their own joystick using applications. OPTIONS
--normal One-line mode showing immediate status. --old Same as --normal, using 0.x interface. --event Prints events as they come in. --nonblock Same as --event, in nonblocking mode. --select Same as --event, using select(2) call. SEE ALSO
fftest(1), jscal(1). AUTHOR
jstest was written by Vojtech Pavlik. This manual page was written by Stephen Kitt <steve@sk2.org>, for the Debian GNU/Linux system (but may be used by others). jstest April 21, 2009 jstest(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Differencing between two files

I have two files. One from last month and one from this month. I need to identify the differences between the files so I can process only the differences. I ran the following command: diff -C 1 bndl1111980740907_sort.txt bndl1131363071007_sort.txt > difftest.txt It gave me a "-" in the... (2 Replies)
Discussion started by: PSermonte
2 Replies

2. Shell Programming and Scripting

Problem with sed and negative regexpr's

I have a file with various syntax that I'm try to run sed on to change over a specific regexp and having problems. I want to swap all instances of a token so long as the token isn't followed by either an alphanumeric character, an underscore, or an exclamation point. The test file looks like... (1 Reply)
Discussion started by: ericbmn1
1 Replies

3. Shell Programming and Scripting

Modify text file using sed

Hello all, I have some text files I need to do the following on: Delete banner page (lines 1-56) --I am doing this using sed Remove ^M --I am doing this using vi Remove trailer page --this can vary based on the contents of the file, it usually starts with *************************** I am... (5 Replies)
Discussion started by: jeffs42885
5 Replies