<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Lâmôlabs</title>
	<atom:link href="http://www.lamolabs.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lamolabs.org/blog</link>
	<description>Lame Oh Labs .... Linux &#38; Tech! Is there anything else?</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:24:52 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Managing WordPress Posts with vim by slmingol</title>
		<link>http://www.lamolabs.org/blog/2083/managing-wordpress-posts-with-vim/comment-page-1/#comment-573</link>
		<dc:creator>slmingol</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2083#comment-573</guid>
		<description>I&#039;m using vim &amp; gvim version 7.2 on a Fedora 10 system, but I&#039;ve had success on more recent versions of Fedora as well and also CentOS 5 too.

&lt;pre lang=&quot;bash&quot;&gt;
% gvim --version
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Jul  2 2009 01:26:56)
Included patches: 1-148
Modified by &lt;bugzilla@redhat.com&gt;
Compiled by &lt;bugzilla@redhat.com&gt;
Huge version with GTK2 GUI.  Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent 
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
+cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic 
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path 
+float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand 
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap 
+menu +mksession +modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm 
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte 
+multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra +perl +postscript 
+printer +profile +python +quickfix +reltime +rightleft +ruby +scrollbind 
+signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary 
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
 +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo 
+vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim 
+xsmp_interact +xterm_clipboard -xterm_save 
   system vimrc file: &quot;/etc/vimrc&quot;
     user vimrc file: &quot;$HOME/.vimrc&quot;
      user exrc file: &quot;$HOME/.exrc&quot;
  system gvimrc file: &quot;/etc/gvimrc&quot;
    user gvimrc file: &quot;$HOME/.gvimrc&quot;
    system menu file: &quot;$VIMRUNTIME/menu.vim&quot;
  fall-back for $VIM: &quot;/usr/share/vim&quot;
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=1    -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING  -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE  -I/usr/include/python2.5 -pthread  -I/usr/lib/ruby/1.8/i386-linux 
Linking: gcc   -L.  -rdynamic -Wl,-export-dynamic  -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE   -L/usr/local/lib -o vim   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lXt -lselinux  -lncurses -lacl -lgpm   -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE  -L/usr/local/lib  -L/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE -lperl -lresolv -lutil -lc -L/usr/lib/python2.5/config -lpython2.5 -lutil -Xlinker -export-dynamic  -lruby -lm   
&lt;/pre&gt;

You might be having a problem with the vim package on your distribution of Linux. I encountered a problem where ruby support wasn&#039;t compiled into vim and I needed to do this myself manually. Check out my blog post on &quot;Fixing Ruby Support in vim on Fedora 10, 11 and CentOS 5&quot;:http://www.lamolabs.org/blog/2662/fixing-ruby-support-in-vim-on-fedora-10-11-and-centos-5-installing-the-vim-textile-plugin/.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using vim &amp; gvim version 7.2 on a Fedora 10 system, but I&#8217;ve had success on more recent versions of Fedora as well and also CentOS 5 too.</p>

<div class="wp_codebox"><table width="100%" ><tr id="p27451"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
</pre></td><td class="code" id="p2745code1"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> gvim <span style="color: #660033;">--version</span>
VIM - Vi IMproved 7.2 <span style="color: #7a0874; font-weight: bold;">&#40;</span>2008 Aug 9, compiled Jul  2 2009 01:26:56<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Included patches: 1-148
Modified by <span style="color: #000000; font-weight: bold;">&lt;</span>bugzilla<span style="color: #000000; font-weight: bold;">@</span>redhat.com<span style="color: #000000; font-weight: bold;">&gt;</span>
Compiled by <span style="color: #000000; font-weight: bold;">&lt;</span>bugzilla<span style="color: #000000; font-weight: bold;">@</span>redhat.com<span style="color: #000000; font-weight: bold;">&gt;</span>
Huge version with GTK2 GUI.  Features included <span style="color: #7a0874; font-weight: bold;">&#40;</span>+<span style="color: #7a0874; font-weight: bold;">&#41;</span> or not <span style="color: #7a0874; font-weight: bold;">&#40;</span>-<span style="color: #7a0874; font-weight: bold;">&#41;</span>:
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent 
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
+cryptv +cscope +cursorshape +dialog_con_gui +<span style="color: #c20cb9; font-weight: bold;">diff</span> +digraphs +dnd <span style="color: #660033;">-ebcdic</span> 
+emacs_tags +<span style="color: #7a0874; font-weight: bold;">eval</span> +ex_extra +extra_search +farsi +file_in_path +find_in_path 
+float +folding <span style="color: #660033;">-footer</span> +fork<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> +<span style="color: #c20cb9; font-weight: bold;">gettext</span> -hangul_input +iconv +insert_expand 
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap 
+menu +mksession +modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm 
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte 
+multi_lang <span style="color: #660033;">-mzscheme</span> +netbeans_intg <span style="color: #660033;">-osfiletype</span> +path_extra +<span style="color: #c20cb9; font-weight: bold;">perl</span> +postscript 
+printer +profile +python +quickfix +reltime +rightleft +ruby +scrollbind 
+signs +smartindent <span style="color: #660033;">-sniff</span> +statusline -sun_workshop +syntax +tag_binary 
+tag_old_static -tag_any_white <span style="color: #660033;">-tcl</span> +terminfo +termresponse +textobjects +title
 +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo 
+vreplace +wildignore +wildmenu +windows +writebackup +X11 <span style="color: #660033;">-xfontset</span> +xim 
+xsmp_interact +xterm_clipboard -xterm_save 
   system vimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;/etc/vimrc&quot;</span>
     user vimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$HOME</span>/.vimrc&quot;</span>
      user exrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$HOME</span>/.exrc&quot;</span>
  system gvimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;/etc/gvimrc&quot;</span>
    user gvimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$HOME</span>/.gvimrc&quot;</span>
    system menu <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$VIMRUNTIME</span>/menu.vim&quot;</span>
  fall-back <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #007800;">$VIM</span>: <span style="color: #ff0000;">&quot;/usr/share/vim&quot;</span>
Compilation: <span style="color: #c20cb9; font-weight: bold;">gcc</span> <span style="color: #660033;">-c</span> -I. <span style="color: #660033;">-Iproto</span> -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>gtk-2.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>gtk-2.0<span style="color: #000000; font-weight: bold;">/</span>include -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>atk-1.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>cairo -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>pango-1.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>glib-2.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>glib-2.0<span style="color: #000000; font-weight: bold;">/</span>include -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>pixman-1 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>freetype2 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>libpng12     <span style="color: #660033;">-O2</span> <span style="color: #660033;">-g</span> <span style="color: #660033;">-pipe</span> <span style="color: #660033;">-Wall</span> -Wp,-D_FORTIFY_SOURCE=2 <span style="color: #660033;">-fexceptions</span> <span style="color: #660033;">-fstack-protector</span> <span style="color: #660033;">--param</span>=ssp-buffer-size=4 <span style="color: #660033;">-m32</span> <span style="color: #660033;">-march</span>=i386 <span style="color: #660033;">-mtune</span>=generic <span style="color: #660033;">-fasynchronous-unwind-tables</span> -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=1    -D_REENTRANT -D_GNU_SOURCE <span style="color: #660033;">-DDEBUGGING</span>  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>gdbm  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>python2.5 <span style="color: #660033;">-pthread</span>  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>ruby<span style="color: #000000; font-weight: bold;">/</span>1.8<span style="color: #000000; font-weight: bold;">/</span>i386-linux 
Linking: <span style="color: #c20cb9; font-weight: bold;">gcc</span>   -L.  <span style="color: #660033;">-rdynamic</span> -Wl,-export-dynamic  -Wl,-E -Wl,-rpath,<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE   -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib <span style="color: #660033;">-o</span> <span style="color: #c20cb9; font-weight: bold;">vim</span>   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 <span style="color: #660033;">-lcairo</span> -lpango-1.0 <span style="color: #660033;">-lfreetype</span> <span style="color: #660033;">-lfontconfig</span> -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   <span style="color: #660033;">-lXt</span> <span style="color: #660033;">-lselinux</span>  <span style="color: #660033;">-lncurses</span> <span style="color: #660033;">-lacl</span> <span style="color: #660033;">-lgpm</span>   -Wl,-E -Wl,-rpath,<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE  -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib  -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE <span style="color: #660033;">-lperl</span> <span style="color: #660033;">-lresolv</span> <span style="color: #660033;">-lutil</span> <span style="color: #660033;">-lc</span> -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>python2.5<span style="color: #000000; font-weight: bold;">/</span>config -lpython2.5 <span style="color: #660033;">-lutil</span> <span style="color: #660033;">-Xlinker</span> <span style="color: #660033;">-export-dynamic</span>  <span style="color: #660033;">-lruby</span> <span style="color: #660033;">-lm</span></pre></td></tr></table></div>

<p>You might be having a problem with the vim package on your distribution of Linux. I encountered a problem where ruby support wasn&#8217;t compiled into vim and I needed to do this myself manually. Check out my blog post on <a href="http://www.lamolabs.org/blog/2662/fixing-ruby-support-in-vim-on-fedora-10-11-and-centos-5-installing-the-vim-textile-plugin/">Fixing Ruby Support in vim on Fedora 10, 11 and CentOS 5</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing WordPress Posts with vim by justin</title>
		<link>http://www.lamolabs.org/blog/2083/managing-wordpress-posts-with-vim/comment-page-1/#comment-572</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2083#comment-572</guid>
		<description>Good work!

the Blogit seems great, I just manage to have Blogit works with a special patched GVim (which compiled with python2.6).
however, i am not able to get this working in Linux. I am using the latest GVIM, which is 7.2, with Blogit1.43, 1.42, 1.4 or 1.3. 
none of them works, i see errors like &quot;Cannot Import Name CalledProcessError&quot;.
it is believed GVim is still built on Python2.4 that does not support some function/lib, but i haven&#039;t found a patched version like that in Windows...

ok, here also come with a question: could you please share some info about which vim are you using? i really like to have the ability to blog under linux/vim

many, many, many thanks in advance...</description>
		<content:encoded><![CDATA[<p>Good work!</p>
<p>the Blogit seems great, I just manage to have Blogit works with a special patched GVim (which compiled with python2.6).<br />
however, i am not able to get this working in Linux. I am using the latest <span class="caps">GVIM, </span>which is 7.2, with Blogit1.43, 1.42, 1.4 or 1.3. <br />
none of them works, i see errors like &#8220;Cannot Import Name CalledProcessError&#8221;.<br />
it is believed GVim is still built on Python2.4 that does not support some function/lib, but i haven&#8217;t found a patched version like that in Windows&#8230;</p>
<p>ok, here also come with a question: could you please share some info about which vim are you using? i really like to have the ability to blog under linux/vim</p>
<p>many, many, many thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git and subversion setup on CentOS 5 by slmingol</title>
		<link>http://www.lamolabs.org/blog/401/git-and-subversion-setup-on-centos-5/comment-page-1/#comment-555</link>
		<dc:creator>slmingol</dc:creator>
		<pubDate>Sun, 20 Dec 2009 02:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=401#comment-555</guid>
		<description>Glad it helped someone out. Nice to be able to give something back!</description>
		<content:encoded><![CDATA[<p>Glad it helped someone out. Nice to be able to give something back!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git and subversion setup on CentOS 5 by wkm</title>
		<link>http://www.lamolabs.org/blog/401/git-and-subversion-setup-on-centos-5/comment-page-1/#comment-554</link>
		<dc:creator>wkm</dc:creator>
		<pubDate>Sun, 20 Dec 2009 00:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=401#comment-554</guid>
		<description>Hey. Thanks for posting your git-daemon file; I shamelessly reused it on my site :)

Cheers.</description>
		<content:encoded><![CDATA[<p>Hey. Thanks for posting your git-daemon file; I shamelessly reused it on my site <img src='http://www.lamolabs.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [one-liner]: Copying &amp; Moving Files efficiently with xargs by slmingol</title>
		<link>http://www.lamolabs.org/blog/2745/one-liner-copying-moving-files-efficiently-with-xargs/comment-page-1/#comment-553</link>
		<dc:creator>slmingol</dc:creator>
		<pubDate>Fri, 18 Dec 2009 01:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2745#comment-553</guid>
		<description>That&#039;s a terrific point. Thanks for bringing it up. I&#039;ve gotten out of the habit of using spaces in files &amp; directories but if you run this on a filesystem that does have files with spaces and/or a directory that may include files from a windows system then odds are you may run into files with spaces. Thanks!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a terrific point. Thanks for bringing it up. I&#8217;ve gotten out of the habit of using spaces in files &amp; directories but if you run this on a filesystem that does have files with spaces and/or a directory that may include files from a windows system then odds are you may run into files with spaces. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [one-liner]: Copying &amp; Moving Files efficiently with xargs by Rodrigo</title>
		<link>http://www.lamolabs.org/blog/2745/one-liner-copying-moving-files-efficiently-with-xargs/comment-page-1/#comment-552</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2745#comment-552</guid>
		<description>find . -type f -ctime -1 &#124; xargs cp -t /some/other/directory

theres a problem with that command wich is revealed if you try to copy files with spaces in their names, just add -0 option to xargs

find . -type f -ctime -1 &#124; xargs -0 cp -t /some/other/directory</description>
		<content:encoded><![CDATA[<p>find . -type f -ctime -1 | xargs cp -t /some/other/directory</p>
<p>theres a problem with that command wich is revealed if you try to copy files with spaces in their names, just add -0 option to xargs</p>
<p>find . -type f -ctime -1 | xargs -0 cp -t /some/other/directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [one-liner]: Copying &amp; Moving Files efficiently with xargs by slmingol</title>
		<link>http://www.lamolabs.org/blog/2745/one-liner-copying-moving-files-efficiently-with-xargs/comment-page-1/#comment-508</link>
		<dc:creator>slmingol</dc:creator>
		<pubDate>Fri, 16 Oct 2009 05:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2745#comment-508</guid>
		<description>Yup know all about find&#039;s -exec switch. The problem with -exec is that it gets called everytime find finds a file. So for example if find finds 10,000 files, it would literally call -exec 10,000 times. This is what I was trying to avoid by leveraging xargs. By using xargs you in effect are minimizing the number of times you&#039;ll be calling the body of what gets called in the -exec argument to find.</description>
		<content:encoded><![CDATA[<p>Yup know all about find&#8217;s -exec switch. The problem with -exec is that it gets called everytime find finds a file. So for example if find finds 10,000 files, it would literally call -exec 10,000 times. This is what I was trying to avoid by leveraging xargs. By using xargs you in effect are minimizing the number of times you&#8217;ll be calling the body of what gets called in the -exec argument to find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [one-liner]: Copying &amp; Moving Files efficiently with xargs by Vincent</title>
		<link>http://www.lamolabs.org/blog/2745/one-liner-copying-moving-files-efficiently-with-xargs/comment-page-1/#comment-507</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Thu, 15 Oct 2009 21:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2745#comment-507</guid>
		<description>you should look into the -exec flag in find</description>
		<content:encoded><![CDATA[<p>you should look into the -exec flag in find</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [one-liner]: Bash&#8217;s wait Command by NssY</title>
		<link>http://www.lamolabs.org/blog/1724/one-liner-bash-wait-command/comment-page-1/#comment-392</link>
		<dc:creator>NssY</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=1724#comment-392</guid>
		<description>Just Exactly what I needed. thanks</description>
		<content:encoded><![CDATA[<p>Just Exactly what I needed. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [one-liner]: Filtering ps from ps by Christoph</title>
		<link>http://www.lamolabs.org/blog/2425/one-liner-filtering-ps-from-ps/comment-page-1/#comment-302</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Fri, 04 Sep 2009 20:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2425#comment-302</guid>
		<description>pgrep(1) does the trick and many more and is very nice to use in scripts etc. Because its output is much better to parse.</description>
		<content:encoded><![CDATA[<p>pgrep(1) does the trick and many more and is very nice to use in scripts etc. Because its output is much better to parse.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
