Linked Questions

11 votes
3 answers
1k views

I have a piece of software that rotates its log files when it restarts. However, during development, I am restarting it a lot, so I would like to monitor the latest log file at any time. If I start ...
Alex Chamberlain's user avatar
2 votes
3 answers
5k views

the command find /tmp -name 'core*' -type f -print0 | xargs -0 works fine on Linux, but xargs -0 option is not legal on Solaris what is the equivalent option ( xargs? ) for Solaris 10 second ...
yael's user avatar
  • 1,335
3 votes
1 answer
4k views

The aim of this post is to document the setup of a development host on Solaris. A "development host" is one where you have all the appropriate tools to build and compile C or C++ ...
peterh's user avatar
  • 960
2 votes
2 answers
5k views

Linux uses: date -d "2 weeks ago" +%b which is equivalent in Solaris?, I searched online, but nothing.
ymk369's user avatar
  • 133
2 votes
2 answers
5k views

Can some one please tell me how to delete n minutes old files in Solaris? My find does not -mmin option.
Maheswari's user avatar
0 votes
1 answer
1k views

I did a R package with a function that runs the "grep" system command. This package has been published on CRAN, and the tests on the Solaris platform return an error. This is likely due to a ...
Stéphane Laurent's user avatar
2 votes
2 answers
621 views

I have installed the GNU "core" utilites coreutils-8.21 into this location on my UNIX server: /opt/app/p1sas1c1/apps/GNU I would now like to ADD the findutils-4.4.2 package. My reading the INSTALL ...
BellevueBob's user avatar
3 votes
3 answers
761 views

I want to copy only when the SOURCE file is newer than the destination file or when the destination file is missing. As you know, this feature will work on Linux system on following command. cp -u /...
Wasila's user avatar
  • 113
2 votes
1 answer
1k views

I have daily files that come in via FTP with incorrect dates in the first column of the file. I have figured out how to deduct one day to derive the correct date and print this to a new file. The main ...
user61818's user avatar
0 votes
1 answer
1k views

Can anyone provide Solaris equal command to the following command $ find . -type f -printf '%f,%h\n' After running the code I am getting "bad option printf find: [-H | -L] path-list predicate list ...
vinod kumar's user avatar
0 votes
2 answers
215 views

I'm trying to filter out files using find, however am having difficulty. Does anyone know the correct command to filter out "Untitled.rtf" using file permissions? BSD like? -rwxr-xr-x@ 1 X ...
Nick's user avatar
  • 205
-2 votes
1 answer
101 views

I need to get a list of the Top 15 users (storage) in every mount. I am able to get the mount level information but I am not able to get the top users in every mount. I can see the nested folders in ...
SAM's user avatar
  • 1