SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Politics : Formerly About Advanced Micro Devices

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: i-node who wrote (1022418)6/25/2017 3:24:31 PM
From: Thomas A Watson  Read Replies (1) of 1572942
 
Well that may be sometimes, but sometime it violates KISS. So if I want a syntax example of how to create and independent chrome process I can simply

watson@xen2[2332]grip chrome `which gdarg_d`
echo current defined google chrome profiles
google-chrome-stable --user-data-dir='/home/dargman/.config/google-chrome/gdarg_w' &
google-chrome-stable --user-data-dir='/home/dargman/.config/google-chrome/gdarg_t'&
google-chrome-stable --user-data-dir='/home/dargman/.config/google-chrome/gdarg_d'&
google-chrome-stable --user-data-dir='/home/dargman/.config/google-chrome/gdarg_pro01'&
google-chrome-stable --user-data-dir='/home/dargman/.config/google-chrome/gdarg_pro02'&
google-chrome-stable --user-data-dir='/home/dargman/.config/google-chrome/gdarg_pro03'&
google-chrome-stable --user-data-dir='/home/dargman/.config/google-chrome/gdarg_pro04'&

watson@xen2[2333]a grip
grep -i $1
watson@xen2[2334]a a
alias
which is to say the alias command is aliases to the letter a

yes the above could be looped, but that only obscures commands and makes simple greps not possible.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext