ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] File attach из коммандной строки
@ 2004-06-10 12:03 Andrey A. Jelnin
  2004-06-10 12:17 ` Alexey Morsov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrey A. Jelnin @ 2004-06-10 12:03 UTC (permalink / raw)
  To: community

Какой командой послать файл из командной строки ?
Буду прикручивать к крону - мне надо

-- 
Written under -< Joe Satriani - Trundrumbalind >- playing in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: fuuma@jabber.com
icq: 112600159


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] File attach из коммандной строки
  2004-06-10 12:03 [Comm] File attach из коммандной строки Andrey A. Jelnin
@ 2004-06-10 12:17 ` Alexey Morsov
  2004-06-10 12:20 ` Mike Lykov
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Alexey Morsov @ 2004-06-10 12:17 UTC (permalink / raw)
  To: community


Andrey A. Jelnin wrote:

> Какой командой послать файл из командной строки ?
> Буду прикручивать к крону - мне надо
если есть пакет uudeview то можно
uudeview /some/file -m to@mail.com -a -b
> 
можно заставить mutt (смотри man mutt)

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
http://www.ricom.ru
http://www.fondmarket.ru


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] File attach из коммандной строки
  2004-06-10 12:03 [Comm] File attach из коммандной строки Andrey A. Jelnin
  2004-06-10 12:17 ` Alexey Morsov
@ 2004-06-10 12:20 ` Mike Lykov
  2004-06-10 12:25 ` Anton Kvashin
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Mike Lykov @ 2004-06-10 12:20 UTC (permalink / raw)
  To: community

В сообщении от Четверг 10 Июнь 2004 17:03 Andrey A. Jelnin написал:
> Какой командой послать файл из командной строки ?
> Буду прикручивать к крону - мне надо

без аттача (письмо с текстом) - mail, с аттачем - mutt (с mutt я не пробовал)

-- 
Mike Lykov
Samara, "Vesna" parfum company, System administrator 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] File attach из коммандной строки
  2004-06-10 12:03 [Comm] File attach из коммандной строки Andrey A. Jelnin
  2004-06-10 12:17 ` Alexey Morsov
  2004-06-10 12:20 ` Mike Lykov
@ 2004-06-10 12:25 ` Anton Kvashin
  2004-06-10 12:27 ` smont
  2004-06-10 12:54 ` Pavel S. Khmelinsky
  4 siblings, 0 replies; 6+ messages in thread
From: Anton Kvashin @ 2004-06-10 12:25 UTC (permalink / raw)
  To: community

Andrey A. Jelnin пишет:

>Какой командой послать файл из командной строки ?
>Буду прикручивать к крону - мне надо
>
>  
>
cat /path_to_file/file | mail -s "Subject" user@mx.domain


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] File attach из коммандной строки
  2004-06-10 12:03 [Comm] File attach из коммандной строки Andrey A. Jelnin
                   ` (2 preceding siblings ...)
  2004-06-10 12:25 ` Anton Kvashin
@ 2004-06-10 12:27 ` smont
  2004-06-10 12:54 ` Pavel S. Khmelinsky
  4 siblings, 0 replies; 6+ messages in thread
From: smont @ 2004-06-10 12:27 UTC (permalink / raw)
  To: community

Hello Andrey,

Thursday, June 10, 2004, 4:03:22 PM, you wrote:

AAJ> Какой командой послать файл из командной строки ?
AAJ> Буду прикручивать к крону - мне надо


http://www.linuxshop.ru/linuxbegin/article326.html

-- 
Best regards,
 smont                            mailto:smont@mail.ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] File attach из коммандной строки
  2004-06-10 12:03 [Comm] File attach из коммандной строки Andrey A. Jelnin
                   ` (3 preceding siblings ...)
  2004-06-10 12:27 ` smont
@ 2004-06-10 12:54 ` Pavel S. Khmelinsky
  4 siblings, 0 replies; 6+ messages in thread
From: Pavel S. Khmelinsky @ 2004-06-10 12:54 UTC (permalink / raw)
  To: community

Andrey A. Jelnin wrote:
> Какой командой послать файл из командной строки ?
> Буду прикручивать к крону - мне надо
> 
tar zc /some_path/some_dir | uuencode some_dir.tar.gz | \
	mail -s'Some_dir archive' admin@foo.domain.com

btw,
$ rpm -qf `which uuencode`
sharutils-4.2.1-ipl11mdk

-- 
Pavel S. Khmelinsky <hmepas@yauza.ru>
System Administrator,
ISP Yauza Telecom
http://www.yauza.ru


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-06-10 12:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-10 12:03 [Comm] File attach из коммандной строки Andrey A. Jelnin
2004-06-10 12:17 ` Alexey Morsov
2004-06-10 12:20 ` Mike Lykov
2004-06-10 12:25 ` Anton Kvashin
2004-06-10 12:27 ` smont
2004-06-10 12:54 ` Pavel S. Khmelinsky

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git