File: Toolbox

package info (click to toggle)
xfm 1.4.3-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,424 kB
  • ctags: 1,642
  • sloc: ansic: 15,087; cpp: 510; makefile: 43; sh: 21
file content (12 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#XFM
exec:::app.xpm:exec %Program\:% %Parameters\:%:exec $1 %Parameters\:%
xxgdb:::xdbx.xpm:exec xxgdb:exec xxgdb $*
make:::app_make.xpm::make -f $1 %Target\:%; echo "*** make done ***"
gzip:::app_compress.xpm::gzip $*
tar cfv:::app_tar.xpm::tar cfv %Archive name\:% $*
tar cfvz:::app_taz.xpm::tar cfvz %Name of compressed archive\:% $*
zip:::app_zip.xpm::zip -r %ZIP filename\:% $*
uuencode:::app_uuencode.xpm::uuencode $1 $1 >`basename $1`.uu
grep:::app_grep.xpm::grep '%Regular expression\:%' $*
find:::app_find.xpm:find %Directory\:% %Find expression\:%:find $* %Find expression\:%
xfmtype:~/.xfm::app.xpm::xfmtype -m magic $*