Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gfm(1) [debian man page]

gfm(1)							      General Commands Manual							    gfm(1)

NAME
gfm - a program to manipulate files for TI's hand-helds SYNOPSYS
gfm [--help] [--version] [-h] [-v] filename DESCRIPTION
The gfm program allows you to group/ungroup files as well as adding/removing/renaming entries. OPTIONS
The command line of gfm can be used for loading files. gfm accepts the following options: -h, --help Display a list of all command line options. -v, --version Output the version info. COPYRIGHT
Copyright (C) 2006-2007, Tyler Cassidy & Romain Lievin. Permission to use, copy, modify, and distribute this software and its documenta- tion for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. This program and its source code is distributed under the terms of the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. SUGGESTIONS AND BUG REPORTS
The canonical place to find gfm and some miscellenaous informations is at http://lpg.ticalc.org/prj_gfm/index.htm) You can also look at http://lpg.ticalc.org and http://www.ticalc.org for others TI related programs for Linux. AUTHOR
Original author (Linux & Win32): Romain Lievin & Tyler Cassidy. SEE ALSO
tilp(1) June 10, 2007 gfm(1)

Check Out this Related Man Page

CPMCHMOD(1)							   User commands						       CPMCHMOD(1)

NAME
cpmchmod - change file mode on CP/M files SYNOPSIS
cpmchmod [-f format] image mode file-pattern ... DESCRIPTION
Cpmchmod changes the file mode for files on CP/M files. OPTIONS
-f format Use the given CP/M disk format instead of the default format. mode Octal file mode, as used in chmod(1). RETURN VALUE
Upon successful completion, exit code 0 is returned. ERRORS
Any errors are indicated by exit code 1. FILES
/etc/cpmtools/diskdefs CP/M disk format definitions AUTHORS
This program is copyright 1997-2010 Michael Haardt <michael@moria.de> and copyright 2000, 2001 John Elliott <jce@seasip.demon.co.uk>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. SEE ALSO
cpmls(1), chmod(1), cpm(5) CP
/M tools March 30, 2010 CPMCHMOD(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Joining files in a complex way

if input1 1st row labels (S1or S2 or S3 or any (actually so many in original text file)) are similar to 1st column of input2 i.e "ID" merge them together based on input1 1st row labels. for example take S1..... input1 "aphab" "S1" "S2" "S3" "a" "A/A" "A/A" "A/A" "b" ... (19 Replies)
Discussion started by: stateperl
19 Replies