Search Results

Search: Posts Made By: zel2zel
5,673
Posted By zel2zel
Thanks to that the ls part now works. The only...
Thanks to that the ls part now works. The only problem is that the file in the recycle bin directory doesn't move into the recovered_files directory.

Here's the script:



#!/bin/bash

eval...
5,673
Posted By zel2zel
another problem
Thanks for the help! It is now working. What I need now is to put [OPTIONS] for recovering the files from the recycle bin :b:

$ rcvr -f filename show the list inside the directory where the file...
2,865
Posted By zel2zel
thanks
I already read your answer on the other thread. I have another problem. Please respond, thanks. and I apologize for always asking help.
Forum: Programming 03-05-2011
2,522
Posted By zel2zel
Scheduling Queues: Help
I have a problem understanding the different scheduling queues (Ready Queue, I/O Queue, Job Queue) Can you please explain/illustrate/differentiate these queues to me? Thanks a lot guys.;)
5,673
Posted By zel2zel
Thank for the hint. So this is my code so far for...
Thank for the hint. So this is my code so far for the rcvr command;


#!/bin/bash

if [ -f "~/.recyclebin/$1" ]

then

mv "~/.recyclebin/$1" "~/recovered"

else

echo "No file exists"
...
5,673
Posted By zel2zel
can you also help me with this? I am...
can you also help me with this?

I am creating a simple script that can "recover" a deleted file.

I already created a working del command wherein when I type $ del filename, the filename will be...
2,865
Posted By zel2zel
here's the script
I am creating a simple script that can "recover" a deleted file.

I already created a working del command wherein when I type $ del filename, the filename will be moved to a directory called...
5,673
Posted By zel2zel
thanks~
it worked :)\
Thank you!
5,673
Posted By zel2zel
Help with my recycle bin code
Hi~ I have a problem with my recycle bin code.

#!/bin/bash

if test !-d ~/.recyclebin #if recycle bin does not exists

then

mkdir ~/.recyclebin # then create recycle bin

else
...
2,865
Posted By zel2zel
Help with searching for a file in a directory and copying the contents of that file in a new file
Hi guys, I am a newbie here :wall:

I need a script that can search for a file in a directory and copy the contents of that file in a new file.

Please help me. :confused: Thanks in advance~
Showing results 1 to 10 of 10

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