Search Results

Search: Posts Made By: rezasadeghi
Forum: HP-UX 08-13-2016
9,924
Posted By rezasadeghi
hi, i want to correct my command . find *...
hi,
i want to correct my command .
find * -type f -mtime -900 -print -exec tar cvs name.tar {} \; && bzip2 *.tar
i am sure this will work
Forum: HP-UX 08-08-2016
9,924
Posted By rezasadeghi
hello you can use this code: find * -type...
hello
you can use this code:

find * -type f -mtime -$nb_days -print -exec tar cvf {} \; && bzip2 *.tar




Please use CODE tags as required by forum rules!
1,572
Posted By rezasadeghi
finally i could do it with this code: echo...
finally i could do it with this code:
echo "abcd" | fold -w1

Thanks a lot for help
1,572
Posted By rezasadeghi
my requirements : print "abcd" like : a b ...
my requirements :
print "abcd" like :
a
b
c
d
the solution of you didn't work
1,572
Posted By rezasadeghi
UnixWare 7.1.4 and shell is csh
UnixWare 7.1.4 and shell is csh
1,572
Posted By rezasadeghi
Printint characters
hi ,
how can i print every character in new line on unix
i want to have abcd like this:
a
b
c
d

this code didn't worked in my os but worked on linux
echo "abcd"| 'sed 's/\(.\)/\1\n/g'
...
1,923
Posted By rezasadeghi
hi i am using UnixWare 7.1.4 and adduser is os...
hi
i am using UnixWare 7.1.4 and adduser is os command
kind regard
1,923
Posted By rezasadeghi
Adduser
hi,
when i want to "adduser newuser" i receved this warning :
event type "audit_buf" is a fixed event and may not be manipulated
help me please
1,213
Posted By rezasadeghi
Hi yes , i use : ftp myftpsite >prompt off ...
Hi
yes , i use :
ftp myftpsite
>prompt off
>mls x.txt mylocalfile.txt
>bye
no i have a file with one row , while i had important data in mylocalfile.txt
1,213
Posted By rezasadeghi
Ftp redirect
Hi
i want to redirect a list of ftp file to an exsisting file by
mls x.txt mylocalfile.txt

result of this command corrupt my data on mylocalfile.txt , please help me
1,747
Posted By rezasadeghi
thanks dear Scrutinizer for help it works
thanks dear Scrutinizer for help
it works
1,747
Posted By rezasadeghi
Problem with date on bash script
i am beginner in bash scripting and i am looking for a command that gives me one minute ago. i am working on unix ware7 and i cant use date -d or date --date command
thanks for help !!
Showing results 1 to 12 of 12

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