Search Results

Search: Posts Made By: kmuqalled
Forum: Solaris 05-26-2009
3,041
Posted By kmuqalled
creat flash archive
I want take a flash backup by flar command for specific files like:
/ , /boot, /tmp

I am trying this command but its not working

# flar -n archive1 -f /,/boot,/tmp -F -c /home/arc1.flar
...
3,763
Posted By kmuqalled
Try bellow command cat...
Try bellow command

cat /tmp/test/test[1-5]_*_[A-E].log >> /tmp/test/static/test.log
1,554
Posted By kmuqalled
ls | cut -c6-11
ls | cut -c6-11
16,394
Posted By kmuqalled
see content of a file without permission
Hi
I need to your help. I have text file in solaris system but I don't have read or write permissions on this file also I don't have the root password.
There is any way to see the content of this...
2,579
Posted By kmuqalled
while : do date & done
while :
do
date &
done
2,092
Posted By kmuqalled
find $path -mtime +2 -a -type f exec mv...
find $path -mtime +2 -a -type f exec mv /temp/oldfiles
7,840
Posted By kmuqalled
1. creat file in windows and named walker-ftp.tpl...
1. creat file in windows and named walker-ftp.tpl
open ftp.walkernews.net
user walker-login-id-here
walker-login-password-here
prompt
mget *.*
bye

2. creat file called RunFTP.bat
ftp -n...
12,155
Posted By kmuqalled
echo $tea | awk 'BEGIN {FS="/"} {print $1 ","...
echo $tea | awk 'BEGIN {FS="/"} {print $1 "," $2}'
12,155
Posted By kmuqalled
awk 'BEGIN {FS="/"} {print $1 "," $2}'...
awk 'BEGIN {FS="/"} {print $1 "," $2}' file
1,349
Posted By kmuqalled
PKG=`bdf /***/*** |grep "***" |awk '{printf $5}'...
PKG=`bdf /***/*** |grep "***" |awk '{printf $5}' | tr -d '%',[a-z] | awk -F, '($0 >=90) {print "warning " $0}'
1,349
Posted By kmuqalled
df -h | awk '{printf $5 "\n"}' | tr -d '%',[a-z]...
df -h | awk '{printf $5 "\n"}' | tr -d '%',[a-z] | awk -F, '($0 >=90) {print "warning " $0}'
1,349
Posted By kmuqalled
PKG=`bdf /***/*** |grep "***" |awk '{printf $5}'...
PKG=`bdf /***/*** |grep "***" |awk '{printf $5}' | tr -d '%'
3,196
Posted By kmuqalled
awk 'NR==FNR { next }' file
awk 'NR==FNR { next }' file
2,112
Posted By kmuqalled
Thanks
Thanks
2,112
Posted By kmuqalled
conjunction two files
I need to your help. I want write a script search for rows in file1 if exist in file2 it will print rows from file2 else it will print rows from file1 with out any duplicate
...
2,928
Posted By kmuqalled
the log files /var/log/syslog ...
the log files

/var/log/syslog
/var/adm/messages
9,280
Posted By kmuqalled
Use this command sed 's/Old/New/g' file2
Use this command

sed 's/Old/New/g' file2
2,785
Posted By kmuqalled
try this command # find . -mtime +15 | xargs...
try this command
# find . -mtime +15 | xargs tar -cvf file.tar
Forum: UNIX and Linux RSS News 08-06-2008
3,441
Posted By kmuqalled
use this command #comm file1 file2
use this command
#comm file1 file2
Showing results 1 to 19 of 19

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