<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; multiple files</title> <atom:link href="http://www.cyberciti.biz/tips/tag/multiple-files/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>How To Tail (View) Multiple Files on UNIX / Linux Console</title><link>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html</link> <comments>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html#comments</comments> <pubDate>Mon, 09 Feb 2009 19:28:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[admin job]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[browse through several log files at once]]></category> <category><![CDATA[log messages]]></category> <category><![CDATA[logfiles]]></category> <category><![CDATA[Mail server]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[multitail  command]]></category> <category><![CDATA[portsnap command]]></category> <category><![CDATA[real time log view]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[unix sys admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4399</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX/Linux SysAdmin related news/tips" href="http://www.cyberciti.biz/tips/category/sys-admin"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg" border="0" alt="" /></a></div> tail is one of the best tool to view log files in a real time (tail -f /path/to/log.file). The  program  MultiTail  lets  you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). This is one of those dream come true program for UNIX sys admin job. You can browse through several log files at once and do various operations like search for errors and much more.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html/feed</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Linux / UNIX Bash: Copy Set of Files to All Users Home Directory</title><link>http://www.cyberciti.biz/tips/linux-unix-shell-batch-copy.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-shell-batch-copy.html#comments</comments> <pubDate>Thu, 03 Jan 2008 14:49:41 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/shadow]]></category> <category><![CDATA[batch copy]]></category> <category><![CDATA[chown]]></category> <category><![CDATA[chroot jail]]></category> <category><![CDATA[copy multipe files]]></category> <category><![CDATA[correct permissions]]></category> <category><![CDATA[existing users]]></category> <category><![CDATA[group id]]></category> <category><![CDATA[home directory]]></category> <category><![CDATA[loop command]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[outer loop]]></category> <category><![CDATA[password account]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[security check]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[shell scripts]]></category> <category><![CDATA[single file]]></category> <category><![CDATA[user names]]></category> <category><![CDATA[wild card]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-unix-shell-batch-copy.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">I</span>f you would like to copy a set of files for all existing users, use the following scripting trick. It will save lots of manual work.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-shell-batch-copy.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Shred tip: Securely remove multiple files so no one can recover file again</title><link>http://www.cyberciti.biz/tips/shred-tip-securely-remove-multiple-files-so-no-one-can-recover-file-again.html</link> <comments>http://www.cyberciti.biz/tips/shred-tip-securely-remove-multiple-files-so-no-one-can-recover-file-again.html#comments</comments> <pubDate>Tue, 17 Jul 2007 18:00:24 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[file shredding]]></category> <category><![CDATA[file wiping]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[nohup]]></category> <category><![CDATA[overwrite]]></category> <category><![CDATA[securely removing linux files]]></category> <category><![CDATA[shred]]></category> <category><![CDATA[ssh session]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/shred-tip-securely-remove-multiple-files-so-no-one-can-recover-file-again.html</guid> <description><![CDATA[Shred utility overwrites a file to hide its contents, and optionally delete it if needed. The idea is pretty simple as it overwrites the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data. By default file is overwritten 25 times. I've seen cases where law [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/shred-tip-securely-remove-multiple-files-so-no-one-can-recover-file-again.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
