Talk:Remove lines from a file: Difference between revisions

Content added Content deleted
(I held back on this.)
(the intent is to make revisions to the file on disk.)
Line 3: Line 3:
::Yeah. I noticed that other file handling tasks were in this category, so I dropped these in to match. I'm not really happy with this either, and I agree with you. I think we need a category for "File Handling", because this is a different concept to "File System Operations". We probably need to flesh out the descriptions to highlight the differences, and make the split at some point. [[User:Markhobley|Markhobley]] 06:00, 13 July 2011 (UTC)
::Yeah. I noticed that other file handling tasks were in this category, so I dropped these in to match. I'm not really happy with this either, and I agree with you. I think we need a category for "File Handling", because this is a different concept to "File System Operations". We probably need to flesh out the descriptions to highlight the differences, and make the split at some point. [[User:Markhobley|Markhobley]] 06:00, 13 July 2011 (UTC)
:::FWIW, from memory, I think I categorized as "File Handling" before, and someone referred me to "File System Operations". I didn't really agree with this, but there was some controversy over new categories appearing at the time, so I held back on this. [[User:Markhobley|Markhobley]] 06:07, 13 July 2011 (UTC)
:::FWIW, from memory, I think I categorized as "File Handling" before, and someone referred me to "File System Operations". I didn't really agree with this, but there was some controversy over new categories appearing at the time, so I held back on this. [[User:Markhobley|Markhobley]] 06:07, 13 July 2011 (UTC)

::With regards to the buffer thingy, the intent is to make revisions to the file on disk. I'm still pondering over this one, because some languages handle the buffering, leaving it as a file operation from a programming perspective. There is an excellent Unix shell solution that makes use of ed. I haven't pasted this yet though, because it is lost in my head somewhere :), but when I remember it will appear. Some languages offer "random access" to files. These might also be a good method for achieving this goal using deletion, shuffle and truncation. The task is in its early draft stages at the moment, so this gives us a chance to evolve things. [[User:Markhobley|Markhobley]] 06:23, 13 July 2011 (UTC)