Search Results

Search: Posts Made By: sbjv
Forum: Programming 12-12-2014
13,065
Posted By sbjv
I think problem is in &&. if i just given "cat...
I think problem is in &&. if i just given "cat /tmp/ss.txt" then it is able to read and i am getting results back. but if i execute multiple commands by separating && then it is not working.
Forum: Programming 12-11-2014
13,065
Posted By sbjv
i have tested this command before putting in...
i have tested this command before putting in code. it is running fine
Forum: Programming 12-11-2014
13,065
Posted By sbjv
Java Runtime.getRuntime().exec not returning any value
Hi,
i written class like this but it is not returning any results and infact p.waitFor() is returning value 1. This is very basic program that i am planning to run in unix. This is really...
4,641
Posted By sbjv
Thanks between dates working in this way ...
Thanks

between dates working in this way

touch -t 201412031400 first && touch -t 201412031459 last && find / -newer first ! -newer last

appreciate for your answers


Please use CODE tags...
4,641
Posted By sbjv
hi batte, thanks for the solution. it...
hi batte,
thanks for the solution. it worked. but i have 2 questions in that

1) how can i get files display with date and bytes information just like how it displays when we issue ls -la...
4,641
Posted By sbjv
Find files modified in previous minute only
Hi,

How can I get files which are modified only in last minute ? it should not display 2 minutes back filels -la

-rw-rw-r-- 1 stuser st 51 Dec 3 09:22 a.csv
-rw-rw-r-- 1 stiser st 50 Dec ...
1,297
Posted By sbjv
Last touched file by a specific program ?
i have a directory where all .csv files are available. i have 3 perl programs(ex: a.pl,b.pl,c.pl) which continuously runs every 1 minute to scan all files in that directory. now i have 2 questions...
Showing results 1 to 7 of 7

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