There is a leading whitespace
On Nov 29, 2007, at 8:14 AM, Robin Houston wrote:
On 29/11/2007, Kai Janson kaijanson@thejeeper.net wrote:
dscl . -read /Users/$USER RealName |sed -e "s/RealName://" -e "s/^ \ //" | tail -1
I don't understand why that can't just be
dscl . -read /Users/$USER RealName |sed 's/RealName: //'
?
Or an alternative approach:
perl -le 'print +(getpwuid $<)[6]'
Robin
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate