Talk:Tokenize a string: Difference between revisions

From Rosetta Code
Content added Content deleted
(Remove tr?)
 
(Which Shell for Unix pipes?)
Line 5: Line 5:
# There are likely to be too many tasks that tr cannot perform.
# There are likely to be too many tasks that tr cannot perform.
--[[User:Paddy3118|Paddy3118]] 19:49, 20 May 2009 (UTC)
--[[User:Paddy3118|Paddy3118]] 19:49, 20 May 2009 (UTC)

==Unix Pipes and the shell==
You need to mention which shell is being used in the example. (It doesn't look like csh for example). --[[User:Paddy3118|Paddy3118]] 19:57, 20 May 2009 (UTC)

Revision as of 19:57, 20 May 2009

Remove tr

I suggest we remove tr as:

  1. It isn't a programming language in the commonly held sense of the term, it is a (good) Unix utility.
  2. It does not fulfil the task by using an array/list.
  3. There are likely to be too many tasks that tr cannot perform.

--Paddy3118 19:49, 20 May 2009 (UTC)

Unix Pipes and the shell

You need to mention which shell is being used in the example. (It doesn't look like csh for example). --Paddy3118 19:57, 20 May 2009 (UTC)