Search Results

Search: Posts Made By: seenuvasan1985
Forum: Red Hat 07-23-2015
6,912
Posted By agent.kgb
Linux uptime command looks at file /proc/uptime...
Linux uptime command looks at file /proc/uptime and last reboot shows the reboot entry from /var/log/wtmp. The reboot entry is placed (I suppose) by init command and /proc/uptime shows uptime from...
894
Posted By hergp
Just redirect stderr to /dev/null to get rid of...
Just redirect stderr to /dev/null to get rid of the error messages

find / -name merge.txt 2>/dev/null
The filename(s) found will still be printed to stdout.
Forum: Solaris 09-05-2014
5,082
Posted By vbe
Why | tee ? I doubt cron finds that to its...
Why | tee ?
I doubt cron finds that to its taste...



You are the one that should answer and tell us what is happening...
Forum: Solaris 06-29-2011
50,935
Posted By itkamaraj
find . -type f | xargs grep -l...
find . -type f | xargs grep -l "search-pattern"
281,510
Posted By Neo
Simple rules of the UNIX.COM forums:
RULES OF THE UNIX AND LINUX FORUMS

For the latest version of the community rules (the official community rules page), please visit here. (https://www.unix.com/misc.php?do=cfrules)


No flames,...
Showing results 1 to 5 of 5

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