Search Results

Search: Posts Made By: orestis7
3,018
Posted By orestis7
...well this is an interesting question...anybody...
...well this is an interesting question...anybody has some ideas on this?
2,469
Posted By orestis7
First of all thanks for the answer! But if i am...
First of all thanks for the answer!
But if i am not wrong,this code is for ksh script?Me,I want for bash script....There are some differences, no?
2,469
Posted By orestis7
If statement "number"
Hi my fellowship friends!

i want to make a script in bash and i want to give an argument when i call the script (test.sh) and i want before the script starts to run to make a control: if the user...
2,048
Posted By orestis7
about this any ideas?:)
about this any ideas?:)
2,048
Posted By orestis7
if i don't know where is the file and i have to...
if i don't know where is the file and i have to search for it under a folder how can i do it?

and second what is the meaning of the "-e" expression?

Thanks for your quick reply! :)
2,048
Posted By orestis7
Find & If commands together
Hi to everybody!!

I have a (simple) question but i am newbie with unix and so i need a little help...I am writing a bash script file and i want to put inside this:

i have this command " find...
6,426
Posted By orestis7
Ahhh..Ok thanks for the note..I understand now...
Ahhh..Ok thanks for the note..I understand now how it works.. :-)


According to this,If you want to take all the backup files that have been modified today (as marcus described good before) with...
6,426
Posted By orestis7
maybe i didn't express me so good.My question is...
maybe i didn't express me so good.My question is which files are been found with this.Not since when. i.e. Just modified files or also created files?
6,426
Posted By orestis7
hi marcus! with this line: find $HOME...
hi marcus!

with this line:

find $HOME -daystart -ctime 0 -type f >files_today.list # files modified today

you take the list with the files modified today or also the files that are...
Showing results 1 to 9 of 9

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