Difference between revisions of "User talk:Lynnae"

From FreekiWiki
Jump to navigation Jump to search
(Tip for symlinking all the things)
 
m (I always get those mixed up >:\)
 
Line 1: Line 1:
 
For reference, the one-liner I pulled together to drop symlinks in the user's homedir for all included games looked like this (note that -1 is a ''dash numeral one''):
 
For reference, the one-liner I pulled together to drop symlinks in the user's homedir for all included games looked like this (note that -1 is a ''dash numeral one''):
     $> ls -1 /usr/games | xargs -n1 -I {} ln -s {} /usr/games/{}  
+
     $> ls -1 /usr/games | xargs -n1 -I {} ln -s /usr/games/{} {}  
 
[[User:Scellef|Scellef]] 04:08, 15 August 2012 (UTC)
 
[[User:Scellef|Scellef]] 04:08, 15 August 2012 (UTC)

Latest revision as of 21:09, 14 August 2012

For reference, the one-liner I pulled together to drop symlinks in the user's homedir for all included games looked like this (note that -1 is a dash numeral one):

   $> ls -1 /usr/games | xargs -n1 -I {} ln -s /usr/games/{} {} 

Scellef 04:08, 15 August 2012 (UTC)