Search Results

Search: Posts Made By: jcdole
5,272
Posted By jcdole
Than k you for your quick posting.3 I...
Than k you for your quick posting.3


I have found this rules when googleing :
if(conditional-expression1)
action1;
else if(conditional-expression2)
action2;
else...
21,976
Posted By jcdole
Valid separator in time and date format
Hello.
I can use any particular (stupid or not) format when using bash date command.
Example :
~> date --date "now" '+%Y-%m-%d %H!%M!%S'
2019-06-03 12!55!33or
~> date --date "now" '+%Y£%m£%d...
9,468
Posted By jcdole
Thank you very much. Nice demo. PS a...
Thank you very much.
Nice demo.


PS a dash is missing at the last line :
\) -o print
must be
\) -o -print
6,068
Posted By jcdole
The problem : Here a solution of my problem ...
The problem :
Here a solution of my problem
find "$MY_PATH" -type d \( "${FA[@]}" \) -prune -o \( -newer $MY_PATH/FROM_DATE_FILE.txt \! -newer $MY_PATH/TO_DATE_FILE2.txt \) -o -type f \(...
5,438
Posted By jcdole
BASH - Propagation of error codes
Hello.

I use bash functions which are in different script files.
Theses scripts function files are sourced when necessary.
As function does not easily return string value, Value are return using...
19,286
Posted By jcdole
Exactly. And that do the job Thank you for...
Exactly.
And that do the job
Thank you for helping.

THis thread is closed.
Showing results 1 to 6 of 6

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