Search Results

Search: Posts Made By: karnan
3,625
Posted By karnan
cronjobs orphan processes
Our cron job stats its started on Oct20
% ps -ef | grep cron
root 1442044 1 0 Oct 20 - 25:23 /usr/sbin/cron

All the below jobs aixmf,aixgh are triggered from cron only.

user...
8,144
Posted By karnan
Check the poast...
Check the poast https://www.unix.com/unix-dummies-questions-answers/49739-how-find-empty-folders-without-using-empty.html
ls -l * | awk '/total 0/{print last}{last=$0}'
1,424
Posted By karnan
paste -d "\t" file1 file2 > file4
paste -d "\t" file1 file2 > file4
30,923
Posted By karnan
env has the common path or other setting used by...
env has the common path or other setting used by the scripts

two dots represents minimum 2 letters before mn [..mn]
30,923
Posted By karnan
This will extract the lines having strings with...
This will extract the lines having strings with "mn" at end

and print the first word after first "=" sign (which is the second column with = sign as column separator)

example

if ...
40,851
Posted By karnan
ls - maximum number of files
how to ensure ls didn't break in the middle due to max number limits in my script

i am not sure whether ls -f will help in this
40,851
Posted By karnan
ls - maximum number of files
what is the maximum number ls can list down
45,156
Posted By karnan
Can i read a file character by character
How to read character by character using awk
Showing results 1 to 8 of 8

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