Top "File-manipulation" questions

how to delete a file with R?

Possible Duplicate: Automatically Delete Files/Folders in R I would like to know if there is a way in R …

r file file-manipulation
Renaming files during ANT copy

I'd like to copy a directory of files, and rename some of them in the process. When I run the …

ant build-process build-automation file-manipulation
Keeping log files under a certain size

I have an application that is running on a stand-alone panel PC in a kiosk (C#/WPF). It performs some …

c# file logging filesize file-manipulation
Convert vertical text into horizontal in shell

I just pondered upon this problem while executing some tasks in shell. How can I convert a .txt file which …

shell text file-manipulation
Python: How to move a file with unicode filename to a unicode folder

I'm having hell with moving a unicode named file between unicode named folders in a Python script under Windows... What …

python unicode file-manipulation
How to insert a line in a file between two blocks of known lines (if not already inserted previously), using bash?

I wrote a bash script which can modify php.ini according to my needs. Now I have to introduce a …

bash sed awk file-manipulation
Use tr to remove line breaks in multiple files?

I have a set of several hundred .txt files that I am analyzing (ngram analysis using NSP), and I need …

bash for-loop newline tr file-manipulation
Replace nth line in a text file

How do I go about in replacing the nth line of a text file in R?

r file-manipulation