Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ffset(1) [debian man page]

ffset(1)						      General Commands Manual							  ffset(1)

NAME
ffset - set force-feedback device parameters SYNOPSIS
ffset <device> [-g <gain>] [-a <autocenter strength>] DESCRIPTION
ffset sets the gain and autocenter strength of a force-feedback device. OPTIONS
<device> The device to configure. -g <gain> The gain (0-100). -a <autocenter strength> The autocenter strength (0-100). SEE ALSO
ffcfstress(1), ffmvforce(1), fftest(1), jscal(1), jstest(1). AUTHOR
ffset 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 ffmvforce dated May 30, 2001. ffset March 8, 2009 ffset(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

15 More Discussions You Might Find Interesting

1. Programming

Accessing substrings by offset and length

Hi, I have a simple question... In C do we have a standard library function which will return the pointer to a substring at certain offset and having certain length... Ofcourse we should take care not to access beyond allocated length in the parent string and don't overwrite beyond allocated... (2 Replies)
Discussion started by: Vishnu
2 Replies

2. UNIX for Advanced & Expert Users

Script to Extract the line from File with specified offset

Hi All, I need to extract only XML details from large log file which may contain other unwanted junk details. For example, our xml will be start as <OUTBOUND_MESSAGE .....> and ends with </OUTBOUND_MESSAGE>. I want to extract only lines between these start and end tag (Including these tags)... (5 Replies)
Discussion started by: thinakarmani
5 Replies

3. UNIX for Dummies Questions & Answers

Reading a file from a specified offset

Hi, I want to read a file from a specified offset from the start of file. With the read command, is it possible to do so. Please suggest. Is there any other alternative? Thanks, Saurabh (2 Replies)
Discussion started by: saurabhsinha23
2 Replies

4. Ubuntu

How can I find my current Daylight Saving offset?

Hello all, I'm having a problem where a script needs to calculate GMT time given local time. For 6 months, that's easy. The other 6 months, it's not, as I have to add an extra hour to allow for Daylight Saving. At the moment, I manually add and remove an offset but, for obvious reasons, I'd... (2 Replies)
Discussion started by: alexandicity
2 Replies

5. Linux

How can I find my current Daylight Saving offset?

(2 Replies)
Discussion started by: alexandicity
2 Replies

6. Shell Programming and Scripting

increment a value at an offset in hundreds very large hex file

I have a lot of very large hex files that I need to change one value at the same offset and save to another file. I have a script that finds each file and just need to put an operator for each file. I think sed might be able to do this but I have not used it before and would like some help. If... (8 Replies)
Discussion started by: Eruditass
8 Replies

7. Shell Programming and Scripting

Moving bytes in file by offset and length

Hi, I'm looking for a way (other than C) to pull out a number of bytes in a Linux file for a giving length. for example: file1 contains 2 records: abcdefghijkl mnopqrstuv ..... so, I want to pull starting in byte 9 for a length of 8 file2 would contain: ijkmnopq Thanks (2 Replies)
Discussion started by: jbt828
2 Replies

8. Shell Programming and Scripting

Get Compressed byte offset from .gz file

Hi , I have a .gz file whose contents look like below. data1^filename1 data2^filename2. .. . . Is it possible to find out the byte offset of each record from the .gz file. Like in an uncompressed file. grep -nb "Filename" give the byte offset of the record in this case. ... (4 Replies)
Discussion started by: chetan.c
4 Replies

9. UNIX for Dummies Questions & Answers

Relative column offsets

Ive been trying to slide the second column one line down while keeping the first one in place. For a start, I tried to see if I can go through every line and print the element located on the line below with the following command, but it didnt work. Maybe awk is not the right way to do it. Matlab... (6 Replies)
Discussion started by: Alabama
6 Replies

10. UNIX for Dummies Questions & Answers

NTP high offset | no servers can be used, exiting

sudo /usr/sbin/ntpdate -q nxdbsr01.paramount.com server 192.168.148.165, stratum 2, offset 45.247135, delay 0.09427 29 Jul 17:49:48 ntpdate: step time server 192.168.148.165 offset 45.247135 sec sudo /usr/sbin/ntpdate -d nxdbsr01.paramount.com 29 Jul 17:49:54 ntpdate: ntpdate... (6 Replies)
Discussion started by: stunn3r
6 Replies

11. UNIX for Advanced & Expert Users

Grep --byte-offset not returning the offset (Grep version 2.5.1)

Hi, I am trying to get the position of a repeated string in a line using grep -b -o "pattern" In my server I am using GNU grep version 2.14 and the code is working fine. However when I am deploying the same code in a different server which is using GNU grep version 2.5.1 the code is not... (3 Replies)
Discussion started by: Subhamoy
3 Replies

12. UNIX for Dummies Questions & Answers

File name offset

Dear all, I want to offset the file numbers. can you please make some awk code or linux code for the same. Example: input file names ANI_WFMASS_PIST00001.gif ANI_WFMASS_PIST00002.gif . . . ANI_WFMASS_PIST0000n.gif offset --> 30 ANI_WFMASS_PIST00031.gif ANI_WFMASS_PIST00032.gif... (14 Replies)
Discussion started by: kri321shna
14 Replies

13. Shell Programming and Scripting

Problem running zip from cron - bad zipfile offset

I've created a pretty straightforward shell script to do backups via rsync. Every night it rsyncs a copy of a website (approx 60GB) to the local machine. Once a week, after the rsync step, it zips the local copy of the whole site into 2GB chunks and places them in another folder. When running... (3 Replies)
Discussion started by: Agreppa
3 Replies

14. Shell Programming and Scripting

Selection of records y time and offset.

Gents, I have an csv file which contends value GPS time for each record and x, y coordinates.. The purpose is to identify which vps does not match with the law parameters in the relation time and offset. In the graphic attached you can see example of 3 vps which are showed in red color and... (12 Replies)
Discussion started by: jiam912
12 Replies

15. AIX

Misconfiguration detected Adapter interface name en 3 Adapter offset 0

Hi, We had a hardware problem with an IBM System p5 server, with AIX 5.2 We restore from a tape the last backup we had, but the server does not boot up as expected. The server try to mount some directories from a storage, but could not comunicate with them, we check the FC and everything is... (12 Replies)
Discussion started by: trevian3969
12 Replies