komponisto comments on Debunking komponisto on Amanda Knox (long) - Less Wrong

-5 Post author: rolf_nelson 02 February 2010 04:40AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (116)

You are viewing a single comment's thread. Show more comments above.

Comment author: komponisto 03 February 2010 03:45:26AM 1 point [-]

For example, ":s/Knox//g" helps.

What does this mean?

Comment author: mattnewport 03 February 2010 03:49:06AM 2 points [-]

It's unix-speak for 'replace all instances of the string Knox with the empty string'.

Comment author: wedrifid 03 February 2010 03:50:25AM *  1 point [-]

That as time goes by more rehashing of the Knox issue becomes less desirable. Anything with 'Knox' in it becomes a negative linguistic pattern.

The command ":s/Knox//g" replaces the pattern 'Knox' with the '' empty string using perl like regexp syntax.