Have you ever been working with the bash prompt and want to write a short script without having to open vi or any other editor? Well, you can do that. Just use the command: cat > scriptname.sh and write your script. When your done writing just press enter and “Ctrl+c” here’s an example I use […]
↧