LINUX.ORG.RU

Пересобрать с патчем

> cat coreutils_8.25_ls_literal.patch
--- ls_orig.c   2016-01-14 15:16:23.000000000 +0300
+++ ls.c        2016-01-22 01:08:01.174295814 +0300
@@ -1567,13 +1567,13 @@
     case LS_MULTI_COL:
       /* This is for the 'dir' program.  */
       format = many_per_line;
-      set_quoting_style (NULL, escape_quoting_style);
+      set_quoting_style (NULL, literal_quoting_style);
       break;

     case LS_LONG_FORMAT:
       /* This is for the 'vdir' program.  */
       format = long_format;
-      set_quoting_style (NULL, escape_quoting_style);
+      set_quoting_style (NULL, literal_quoting_style);
       break;

     case LS_LS:
@@ -1581,7 +1581,7 @@
       if (isatty (STDOUT_FILENO))
         {
           format = many_per_line;
-          set_quoting_style (NULL, shell_escape_quoting_style);
+          set_quoting_style (NULL, literal_quoting_style);
           /* See description of qmark_funny_chars, above.  */
           qmark_funny_chars = true;
         }
или добавить в ~/.bashrc строчку
alias ls="ls --quoting-style=literal"

saahriktu ★★★★★
()
Ответ на: комментарий от anonymous

Да, обычно самый сок начинается к пяти звёздам.

anonymous
()
Ответ на: комментарий от saahriktu

Ну теперь офигеть, спасибо.

takino ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.