Scroll to navigation

FLX(1) General Commands Manual FLX(1)

NAME

flx - access and modify RSTS disk image files

SYNOPSIS

flx [COMMAND]

DESCRIPTION

flx is a program to access and modify the contents of disks or disk images for the RSTS operating system running on PDP-11 computers.

When COMMAND is given, flx will execute the command and terminate. Without COMMAND it will enter interactive mode where multiple commands can be entered with the exit command to quit. As a special case, if the command is disk, it will be executed (selecting the named disk file) and interactive mode will be entered.

The RSTS disk image file used for a command is selected in the following order in decreasing priority:

  • The -disk switch to the command
  • By a previous disk command
  • By the contents of the RSTSDISK environment variable
  • As "rsts.dsk" in the current directory

ENVIRONMENT

Specify the path to the disk image file to be used instead of the default "rsts.dsk" when it is not overridden by the disk command or the -disk switch to a command.

BUGS

The original documentation indicates that it refuses to run on big endian architectures and may not work correctly on 64-bit architectures.

SEE ALSO

The full documentation including all commands can be found in /usr/share/doc/simtools/flx.pdf.gz

2017-10-15 simtools