Search Results

Search: Posts Made By: matt02
3,947
Posted By matt02
Thank you very much Franklin, it worked :) ...
Thank you very much Franklin, it worked :)
Turns out to be pretty simple in the end doesnt it haha.

Thank you.
3,947
Posted By matt02
Can't say i reall get it... #!/bin/bash ...
Can't say i reall get it...

#!/bin/bash
while :
do
clear
echo " M A I N - M E N U"
echo "1. Make a New Directory"
echo "2. Safely Delete a File"
echo "3. List Out the Contents of a...
3,947
Posted By matt02
ok.. #!/bin/bash ...
ok..

#!/bin/bash
LOGFILE=/home/$USER/logfiles/`date '+%d%b%y'`.logfile.log;
./matt.sh 2>&1 >> ${/home/$USER/}

That's what i've gotten at the start of the script..
But it still isn't giving...
3,947
Posted By matt02
bash: ${LOGFILE}: ambiguous redirect I get...
bash: ${LOGFILE}: ambiguous redirect

I get this errror. This is waht my script is looking like...

#!/bin/bash
set -x
LOGFILE=/home/$USER/logfiles/`date...
3,947
Posted By matt02
Attaching a logfile to the Script
Hello guys.
I've recently written a basic utilities script just for home use.
and i want to attach a logfile to it that will record all the commands that where executed in that script. Then just so...
2,986
Posted By matt02
Yes/No Then Follow Command
Hello Guys,

I'm currently creating a script for a couple of things and I'm semi stuck on where to go next.

This is the script i've written but its not working in the exact way i want it to...
Showing results 1 to 6 of 6

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