Public bug reported:

After installing "rpl" in "eoan" I wondered why the recursive feature
"-R" was gone.

Then I looked at the man page and found the Python traceback in it,
after:

$ man rpl

I got:

-snip--------------
TRACEBACK(1)                                                    User Commands   
                                                TRACEBACK(1)

NAME
       Traceback - replace strings in files

DESCRIPTION
       Basic  usage  is to specify two strings and one or more filenames or 
directories on the command line.  The first string is the string
       to replace, and the second string is the replacement string.

   Traceback (most recent call last):
              File "./rpl", line 16, in <module>

              from chardet.universaldetector import UniversalDetector

       ModuleNotFoundError: No module named 'chardet'

              File "./rpl", line 16, in <module>

              from chardet.universaldetector import UniversalDetector

       ModuleNotFoundError: No module named 'chardet'

EXAMPLES
       Replace all occurrences of ‘F’ (on word boundaries) with ‘A’ in all text 
files under the grades/ directory:

              find grades/ -name '*.txt' | xargs rpl -wd 'F' 'A'

AUTHOR
       Written by Göran Weinholt and Reuben Thomas.

COPYRIGHT
       This program was written for Debian as a free replacement for the 
non-free rpl program by Joe Laffey.

SEE ALSO
       find(1), sed(1).

Traceback (most recent call last):                               August 2019    
                                                TRACEBACK(1)
-/snip--------------

Above is also visible here:
http://manpages.ubuntu.com/manpages/eoan/en/man1/rpl.1.html


My installed version is as below:

-snip--------------
Package: rpl
Version: 1.6.1-3
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Debian QA Group <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 37,9 kB
Depends: python3-chardet, python3:any
Homepage: https://github.com/rrthomas/rpl
Download-Size: 9.340 B
APT-Manual-Installed: yes
APT-Sources: http://at.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
Description: replace strings in files
 rpl is an intelligent search and replacement utility. It will change strings
 with new strings in multiple text files at the same time.
 .
 rpl can verify, find  and edit several plain texts quickly.
-/snip--------------

** Affects: rpl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1851378

Title:
  -R option missing and traceback visible in manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpl/+bug/1851378/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to