Search Results

Search: Posts Made By: kp400sf
1,539
Posted By kp400sf
1,539
Posted By kp400sf
Help with adding logging to a script
I'm pretty new to bash shell scripting and I was wondering how to add some logging to a script?:confused:
4,405
Posted By kp400sf
Re: Sample FOR loop question
Tried it; still no luck...
4,405
Posted By kp400sf
Sample FOR loop question
This sample script should obtain a list of files in my home directory:

#!/bin/bash
# Manipulate files and copy to my home directory
#
for FILE in $HOME/.bash*
do
cp $FILE...
2,282
Posted By kp400sf
Is there a key to...
remembering vi or pico commands?
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 10:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy