change stupid alias fro 'fo*'
[spider.git] / cmd / Aliases
index 1f7218f3e392a9b70b746e6f6152a650986594cb..dd9774d87afd660872a198d4ebe0f94f2a830bdf 100644 (file)
@@ -59,7 +59,7 @@ package CmdAlias;
          '^expun?g?e?$', 'kill expunge', 'kill expunge',
        ],
        'f' => [
-       '^fo\w*$', 'apropos forward', 'apropos',
+       '^for?w?a?r?d?$', 'apropos forward', 'apropos',
        ],
        'g' => [
        ],
@@ -123,6 +123,14 @@ package CmdAlias;
          '^sho?w?/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
          '^sho?w?/dx/(\d+)', 'show/dx $1', 'show/dx',
          '^sho?w?/dx/d(\d+)', 'show/dx from $1', 'show/dx',
+         '^sho?w?/fdx/(\d+)-(\d+)', 'show/dx real $1-$2', 'show/fdx',
+         '^sho?w?/fdx/(\d+)', 'show/dx real $1', 'show/fdx',
+         '^sho?w?/fdx/d(\d+)', 'show/dx real from $1', 'show/fdx',
+         '^sho?w?/fdx', 'show/dx real', 'show/fdx',
+         '^sho?w?/myd?x?/(\d+)-(\d+)', 'show/dx filter $1-$2', 'show/mydx',
+         '^sho?w?/myd?x?/(\d+)', 'show/dx filter $1', 'show/mydx',
+         '^sho?w?/myd?x?/d(\d+)', 'show/dx filter from $1', 'show/mydx',
+         '^sho?w?/myd?x?', 'show/dx filter', 'show/mydx',
          '^sho?w?/newc/n', 'show/newconfiguration node', 'show/newconfiguration',
          '^sho?w?/tnc', 'who', 'who',
       '^sho?w?/up', 'show/cluster', 'show/cluster',