This file is indexed.

/usr/share/doc/racket/xrepl/blueboxes.rktd is in racket-doc 6.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
1228
((3) 0 () 0 () () (h ! (equal) ((c xrepl c (u . "untrace")) q (1315 . 4)) ((c xrepl c (u . "cd")) q (142 . 3)) ((c xrepl c (u . "backtrace")) q (1122 . 4)) ((c xrepl c (u . "edit")) q (335 . 4)) ((c xrepl c (u . "check-requires")) q (1906 . 4)) ((c xrepl c (u . "drracket")) q (404 . 4)) ((c xrepl c (u . "switch-namespace")) q (1685 . 4)) ((c xrepl c (u . "pwd")) q (190 . 3)) ((c xrepl c (u . "help")) q (0 . 4)) ((c xrepl c (u . "toplevel")) q (1001 . 4)) ((c xrepl c (u . "log")) q (1995 . 3)) ((c xrepl c (u . "shell")) q (232 . 4)) ((c xrepl c (u . "exit")) q (78 . 4)) ((c xrepl c (u . "trace")) q (1250 . 4)) ((c xrepl c (u . "load")) q (1063 . 4)) ((c xrepl c (u . "require-reloadable")) q (803 . 4)) ((c xrepl c (u . "enter")) q (905 . 4)) ((c xrepl c (u . "errortrace")) q (1386 . 4)) ((c xrepl c (u . "install!")) q (2035 . 3)) ((c xrepl c (u . "profile")) q (1476 . 4)) ((c xrepl c (u . "doc")) q (674 . 3)) ((c xrepl c (u . "execution-counts")) q (1552 . 3)) ((c xrepl c (u . "time")) q (1198 . 3)) ((c xrepl c (u . "describe")) q (558 . 4)) ((c xrepl c (u . "syntax")) q (1800 . 4)) ((c xrepl c (u . "apropos")) q (487 . 4)) ((c xrepl c (u . "coverage")) q (1604 . 4)) ((c xrepl c (u . "require")) q (727 . 4))))

,help [<command-name>]
  display available commands
  [Synonyms: ,h ,?]

,exit [<exit-code>]
  exit racket
  [Synonyms: ,quit ,ex]

,cd [<path>]
  change the current directory

,pwd 
  display the current directory

,shell <shell-command>
  run a shell command
  [Synonyms: ,sh ,ls ,cp ,mv ,rm ,md ,rd ,git ,svn]

,edit <file> ...
  edit files in your $EDITOR
  [Synonyms: ,e]

,drracket [-flag] <file> ...
  edit files in DrRacket
  [Synonyms: ,dr ,drr]

,apropos <search-for> ...
  look for a binding
  [Synonyms: ,ap]

,describe [<phase-number>] <identifier-or-module> ...
  describe a (bound) identifier
  [Synonyms: ,desc ,id]

,doc <any> ...
  browse the racket documentation

,require <require-spec> ...+
  require a module
  [Synonyms: ,req ,r]

,require-reloadable <module> ...
  require a module, make it reloadable
  [Synonyms: ,reqr ,rr]

,enter [<module>] [noisy?]
  require a module and go into its namespace
  [Synonyms: ,en]

,toplevel 
  go back to the toplevel
  [Synonyms: ,top]

,load <filename> ...
  load a file
  [Synonyms: ,ld]

,backtrace 
  see a backtrace of the last exception
  [Synonyms: ,bt]

,time [<count>] <expr> ...
  time an expression

,trace <function> ...
  trace a function
  [Synonyms: ,tr]

,untrace <function> ...
  untrace a function
  [Synonyms: ,untr]

,errortrace [<flag>]
  errortrace instrumentation control
  [Synonyms: ,errt ,inst]

,profile [<expr> | <flag> ...]
  profiler control
  [Synonyms: ,prof]

,execution-counts <file> ...
  execution counts

,coverage <file>
  coverage information via a sandbox
  [Synonyms: ,cover]

,switch-namespace [<name>] [? | - | ! [<init>]]
  switch to a different repl namespace
  [Synonyms: ,switch]

,syntax [<expr>] [<flag> ...]
  set syntax object to inspect, and control it
  [Synonyms: ,stx ,st]

,check-requires [<module>]
  check the `require's of a module
  [Synonyms: ,ckreq]

,log <opt> ...
  control log output

,install! 
  install xrepl in your Racket init file