s/// s/// is an idiom which means "I didn't mean to type 'foo', I meant to type 'bar'". Its use in systems, especially , comes from the use of s/// as a substitution operator in , and . In these languages and tools, s/foo/bar/ would replace any substring matching the "foo" with the string "bar". (1997-03-16)