Я пытался открыть файл с помощью less:
less /home/me/Desktop/file1
Это возвращает неожиданный результат, например:
/usr/bin/less: 1: [: missing ]
At least one file or directory argument required.
Use --help to show usage.
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,3 CPUs Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz (40651),ASM,AES-NI)
Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...]
[<@listfiles...>]
<Commands>
a : Add files to archive
b : Benchmark....
.
.
.
введите описание изображения здесь Он говорит / usr / bin / less: 1: [: missing] Требуется хотя бы один аргумент файла или каталога.
Я новичок в Linux, я начал изучать основы и возиться с системными файлами несколько дней. Возможно, я что-то сломал, и когда я хотел увидеть файл, использующий меньше, он дает мне кучу справочных страниц, и это не останавливается.
Как я могу понять, где или что не так, и исправить?
Открытие страницы руководства по командам с помощью man также дает мне тот же результат:
man ls
Это возвращает тот же результат, что и при использовании less, но за ним следуют некоторые информативные ошибки, а также потребовалось столько времени, чтобы закончить, и я думаю, что он никогда не перестанет выдавать кучу ошибок, пока я не нажму crtl + c:
Too many errors from stdinant to give up?
/usr/bin/bashbug: editor `editor' exited with nonzero status.
/usr/bin/bashbug: Perhaps it was interrupted.
/usr/bin/bashbug: Type `y' to give up, and lose your bug report;
/usr/bin/bashbug: type `n' to re-enter the editor.
Too many errors from stdinant to give up?
/usr/bin/bashbug: editor `editor' exited with nonzero status.
/usr/bin/bashbug: Perhaps it was interrupted.
/usr/bin/bashbug: Type `y' to give up, and lose your bug report;
/usr/bin/bashbug: type `n' to re-enter the editor.
Too many errors from stdinant to give up?
/usr/bin/bashbug: editor `editor' exited with nonzero status.
/usr/bin/bashbug: Perhaps it was interrupted.
/usr/bin/bashbug: Type `y' to give up, and lose your bug report;
/usr/bin/bashbug: type `n' to re-enter the editor.