เมื่อฉันพยายามที่จะรับ manpages ด้วยman
ดูเหมือนว่าจะไม่แสดงอะไรเลยและทำงานเหมือนกับว่าฉันเพิ่งกด Enter
~$ man ls
~$ man man
ฉันได้พยายามแก้ปัญหาจากหน้าเว็บเหล่านี้จะไม่มีประโยชน์
question1 question2 คำถามสุดท้ายนี้ตรงกับเงื่อนไขของฉัน แต่การแก้ไขดูเหมือนจะไม่ทำงาน แม้ว่าinfo
ดูเหมือนว่าจะทำงาน
นี่คือข้อมูลเพิ่มเติมบางส่วน:
~$ man --version
man 2.7.6.1
~$ type -p man
/usr/bin/man
~$ type -t man
file
~$ manpath
/home/abhilash/anaconda3/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man
~$ uname -a
Linux abhilash-ThinkPad-T440 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
UPDATE
~$ type -a man
man is /usr/bin/man
~$ env | grep 'PAGER\|^MAN'
~$
อัพเดท 2
~$ ls -1 /usr/share/man/man1 | wc -l
2145
~$ ls -l "$(type -p pager)"
lrwxrwxrwx 1 abhilash abhilash 18 Apr 16 18:43 /home/abhilash/anaconda3/bin/pager -> ../lib/R/bin/pager
~$ ls -l "$(readlink "$(type -p pager)")"
ls: cannot access '../lib/R/bin/pager': No such file or directory
/usr/share/man/man1/
อะไรบ้าง?
ls -l "$(type -p pager)"
และ (สมมติว่ามันเป็น symlink):ls -l "$(readlink "$(type -p pager)")"
type -a man
และenv | grep 'PAGER\|^MAN'