10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi I have 2 different password entries in 2 different files for the same user.
file 1 -
siva:correct:1000:23:siva:/home/siva:/bin/bash
file 2 -
siva:incorrect:1000:23:siva:/home/siva:/bin/bash
file 1 is having correct passwd entry where as file 2 is wrong.
Now, i want to compare... (3 Replies)
Discussion started by: kumar85shiv
3 Replies
2. Shell Programming and Scripting
Hi All,
I want to copy all the contents of a list of files in a folder to a particular file. i am using following command:
cat dir/* >> newFile.txtIt's not working.
Could you please help?
Thanks,
Pranav (3 Replies)
Discussion started by: Pranav Bhasker
3 Replies
3. Shell Programming and Scripting
I am trying to display todays and yesterdays .rej files from a directory.
ls -lrt *.rej | grep 'Aug 12' ; ls -lrt *.rej | grep 'Aug 13'
Which is working as above.
But i want take 'Aug 12' and 'Aug 13' from a variable and the command should work everyday.
I am able to get todays files by... (9 Replies)
Discussion started by: GopalKrishnaP
9 Replies
4. Shell Programming and Scripting
Hi ! there
can you please tell me how to get full files having today date like
if i have files like this(below) , i want to grep only sra + today's date + what ever thing is there after date .
grep `sra*$date*.csv` >>> i tried this one but its not working .
sra28-08-2011xyz.csv... (1 Reply)
Discussion started by: sravan008
1 Replies
5. Shell Programming and Scripting
Hi All,
I am mediator Shell programmer, Just have an hands on experice :-), i am writing a shell scirpt to list logs of todays date from /var/log/messages.
I need to ur kind help where if i run this script from cron. the script should filter todays logs only from /var/log/messages.
Below... (4 Replies)
Discussion started by: anand.kulkarni
4 Replies
6. Shell Programming and Scripting
Hi Friends,
How to list todays file from a directory listing of files for amny dates.
I tried with the following options but not working :
find . -name "esi01v*" -mtime 1 -ls
find . -name "esi01v*" -ctime 1 -ls
find . -name "esi01v*" -mtime 1
Please advise (19 Replies)
Discussion started by: unx100
19 Replies
7. UNIX for Dummies Questions & Answers
Hi,
im having problem that frustate me today.
there are list of file in a folder that i want to grab
the folder /subject/items/
in this folder there are this file
CREATE_SUBxxxx.xml
UPDATE_SUBxxxx.xml
DELETE_SUBxxxx.xml
loginresponsexxxxx.xml
core
how can i grab all the file... (1 Reply)
Discussion started by: andrisetia
1 Replies
8. Shell Programming and Scripting
Hi all,
I am new to UNIX, so sorry if my question seem stupid to u.
well i want to replace the first character of first 30 lines of a file, only if the first character is h.
and
in anothe script i want to replace a particular string/character say hello/h of a file.Condition: It should... (1 Reply)
Discussion started by: abovais
1 Replies
9. Shell Programming and Scripting
hi,
how to list the files which has been created or accessed before 6 months
thanks (1 Reply)
Discussion started by: useless79
1 Replies
10. UNIX for Dummies Questions & Answers
can any one tell me how to know the free space in perticular folder in unix.
size in bytes/MB.
thanks in adv.
spandu (7 Replies)
Discussion started by: spandu
7 Replies