src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh 1.5
1.5 2010/05/05 08:18:42 galt
fixing error xargs: argument line too long
Index: src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh 22 Jan 2010 05:57:54 -0000 1.4
+++ src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh 5 May 2010 08:18:42 -0000 1.5
@@ -55,7 +55,7 @@
exit 1
endif
sort -u $finalOut | sed -e 's@^/export@@' \
-| xargs -n 1024 ls -lu > $logDir/$today/$thisHour
+| xargs -n 512 ls -lu > $logDir/$today/$thisHour
# Don't clean up $tmpLog here -- caller may use it.