From 3c3146e554d16e79c107d9007438d53b13df2056 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 29 Apr 2014 08:54:50 +0600 Subject: [PATCH] =?UTF-8?q?bash:=20=D0=BF=D1=81=D0=B5=D0=B2=D0=B4=D0=BE?= =?UTF-8?q?=D0=BD=D0=B8=D0=BC=20flat=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B5=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=B2=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 5eed538..3e2d0f3 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -495,5 +495,8 @@ alias ,m="vim -c MRU" #noindex #- Загрузка текста на ix.io alias ix="curl -F 'f:1=<-' ix.io" +#- Преобразование списка в строку +alias flat="tr '\n' ' '; echo" + #}}} ###########################################################################