Search Results

Search: Posts Made By: yadeki
2,126
Posted By yadeki
OK, this solves my question. 1 more thing,...
OK,
this solves my question.
1 more thing, why do you type that first line? It works fine without it.
plaats="" ; naarwaar="" ; bestand=""

Thanks!
2,126
Posted By yadeki
Thanks I've got this now. I still have 1...
Thanks

I've got this now.
I still have 1 problem, in the last if [ -f $naarwaar/$bestand ] it always goes into the else, even if it's true.
If this last issue is fixed then I have my first...
2,126
Posted By yadeki
check if it's there
Dear,

I want to check if the file in the if code is there, but I don't know how to do it?
if [ ??? ]

Can someone assist me please?

Thanks!


kopie()
{
echo " Geef de naam van...
4,695
Posted By yadeki
I deleted the backup file, and now it works!...
I deleted the backup file, and now it works! Quite easy.

Thank you ..

---------- Post updated at 07:32 PM ---------- Previous update was at 07:31 PM ----------



I erased the -p .. I...
4,695
Posted By yadeki
Nope, that's not the answer. It's still creating...
Nope, that's not the answer. It's still creating the file instead of the directory.

Some other suggestions?
4,695
Posted By yadeki
mkdir bug
Dear,

I have the following script:

maak_backup ()
{
echo 'Maken van tijdelijke bestanden, even geduld aub.'
for i in /home/yannick/* ;
do
cp -r $i $i.bac
done

...
Showing results 1 to 6 of 6

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