Search Results

Search: Posts Made By: alisevA3
841
Posted By alisevA3
thank you...
thank you...
841
Posted By alisevA3
files compare
Hi,
I have 2 files like below;

File1

1010
1020
1050
1901
1905

File2
1010
1020
1050
1901
1905
1999
2001
2009
1,583
Posted By alisevA3
echo "\n" >> file1 cat file1>>file2 does...
echo "\n" >> file1
cat file1>>file2

does not work. output file same as my example. it should be

abc123
zxcqwe



not

abc123zxcqwe
771
Posted By alisevA3
write to other file
Hi,

I have 2 files.

file1
abc123

file2

zxcqwe

when I write file2 to file1 like that; file2 >> file1
file 1 like that;

abc123zxcqwe

how can I copy to next line. file1 shoul be;...
1,583
Posted By alisevA3
write to other file
Hi,

I have 2 files.

file1
abc123

file2

zxcqwe

when I write file2 to file1 like that; file2 >> file1
file 1 like that;

abc123zxcqwe

how can I copy to next line. file1 shoul be;...
51,470
Posted By alisevA3
week number
how can I display week number using 'date' command. ?? in the manual it says " %w day of week (0..6); 0 is Sunday" I did not get it? help please.

Alice
2
ssh
1,364
Posted By alisevA3
ssh
in my server when I type "ssh" with normal user it works but when I do it by root does not. does anybody knows why ??

thanks

Alice
5
1,449
Posted By alisevA3
thank you Shell Life. works well
thank you Shell Life. works well
5
1,449
Posted By alisevA3
member memberNumber=09700104; ...
member
memberNumber=09700104;
IDNumber="";
AreaC="";
Status=0;
Global_Synchro="2007-06-05 15:13:13";
Hw1
Hardware{
SerialN="011-001-000229";
Version=0101;
Hw2
Hardware{...
5
1,449
Posted By alisevA3
grep
Hi,

I have some files (650) each file has some information like subs number, hardware ID1, Hardware ID2, Hardware ID3 and 4. how can I get this informations from all files using a script ? I want...
1,922
Posted By alisevA3
list files
Hi All,

I restored some files from DDS2 tape and I would like to know what time files are created. when I use "l" it gives below list;
-rw-rw---- 1 prd prd 171048 Oct 1 1996 tbx.0...
7,023
Posted By alisevA3
I got the backup with version 3.2.4.2 and I want...
I got the backup with version 3.2.4.2 and I want to restore it version 5.0.7
I get problem because of this ??
7,023
Posted By alisevA3
sorry, I'm using SCO 5.0.7. # ls -l...
sorry, I'm using SCO 5.0.7.


# ls -l /dev/rmt
total 0
crwxrwxrwx 5 root root 46, 0...
7,023
Posted By alisevA3
tape drive
Hi,
I need to restore my tape backup, when I type "tape status" it gives;
status : ready beginning-of-tape write-protected
soft errors : 0
hard errors : 0 ...
2
1,561
Posted By alisevA3
cron
I have a script and I want to run it every 2 minutes by Cron

how can I do this ?

thanks

Alice
27,688
Posted By alisevA3
thank you
it works well. thank you to all
27,688
Posted By alisevA3
file creation date & time
Hi All,

I have some files which are creates every day using a script. I want to create a log files which does write "filename,creation day and time"
how can I do this ??


Alice
69,366
Posted By alisevA3
works well. thank you Alice
works well. thank you

Alice
3,627
Posted By alisevA3
check the file every 15 seconds
Hi All,

I need a script which does,

script check a file every 15 second, if file not exist, it will create a log file.
how can I do it ?

thanks

Alice
2,997
Posted By alisevA3
Warning
Hi All,

I have SCO version 5.0.7 and this morning when I came to the Office there was an error message on the console. it says "WARNING:The Policy Manager has died. Please reboot your system" I...
46,479
Posted By alisevA3
extract tar.gz files
Hi All,


I want to extract my *.tar.gz files like below;

01.tar.gz
02.tar.gz
03.tar.gz
04.tar.gz
05.tar.gz
06.tar.gz
..
..
31.tar.gz

how can I do it by automatically using a command...
2
3,440
Posted By alisevA3
yes I works. thank you so much
yes I works.
thank you so much
2
3,310
Posted By alisevA3
cpio -icvdA < /dev/rStp0
cpio -icvdA < /dev/rStp0
2
3,440
Posted By alisevA3
gzip
Hi All,

I have some files which are 01.tar.gz, 02.tar.gz,03.tar.gz ........30.tar.gz.
when I want to extract the files I 'm using this command "gzip -dc *.tar.gz | tar -xvf -" but it just...
5,327
Posted By alisevA3
backup with CPIO
Hi All,

I have a tape backup(DDS2) with cpio. I want to restore just some directory from this device but I do not know the command ??

other question

what is the best cpio command to take...
Showing results 1 to 25 of 37

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