convert CSV to XLS file on linux
The following Perl script can convert CSV file to XLS file
The following Perl script can convert CSV file to XLS file
I am always really hesitant to mess around with $IFS because it’s clobbering a global.
To what extent can other POSIX-compatible shells function as reasonable replacements for bash? They don’t need to be true “drop-in” replacements, but close enough to work with most scripts and support the rest with some modification.
When a script runs, commands in it may output some text to stdout/stderr. Bash itself may also output some text. But if a few scripts are running at the same time, it is hard to identify where does an error come from. So is it possible to insert a prefix to all output of the … Read more
After reading ilkkachu’s answer to this question I learned on the existence of the declare (with argument -n) shell built in.
So I’m pretty new to Linux and recently installed Fedora 19 on my netbook. I want to have a deeper understanding of Linux and the CLI so I’m now reading Learn Linux: The Hard Way.
I’m trying to write a simple script to monitor my network status, without all of ping‘s output:
I’m using rsync to copy some files from a share to another.
This question is quite similar to this one, but I can’t understand the solution. I also know this tutorial, but still I am unable to understand what I am doing wrong.
After upgrading to a new release version, my bash scripts start spitting errors: