-------------------------------------------------------------------------------

scp2alljsp  FILE - copy jsp file to jsp to all computers

scp2padjsp JSPFILE -  copy jsp file to PAPA JOHHNS

cglpad GLOB - update global GLOB to PAPA JONS (/home/gtmuser/)

--------------------------------------------------------------------------------

^W1DFNET - Check busy space in disk for all customers ( > 90% )

^W1GETINF(COND,SSH) - Check Condition for customers

^W1CMDSET - Do mumps command for list of customers

^W4Z2HZ - Restore orders fromc Z-copy

--------------------------------------------------------------------------------

ls -lhS - Sort files by size
ls -lhSR - Sort includes sub-directories

find /home/gtmuser/app/mumps/1/tmp -mtime +1 -name 'tmp*' -delete  --- find all files older 1 day with name tmp* and delete

find . -type f -mtime +10 -name 'tmp*' -delete --- same in current directory

find . -type f | wc -l - how many files in directory

a=$(find /tmp/ -maxdepth 1 -type f -name "eGTouch*" | head -n 1) - find first file beginning with eGTouch and store it in variable a

find / -type f -size +100M -exec ls -lh {} \; 2>/dev/null -- find all files more 100M

find . -type f | wc -l -- number files in directory

ls -p | grep -v / | grep 'j' - show all files including in their name j

grep -rl '^cp .*\/jsp' . 2>/dev/null - find all file including in their name cp and /jsp

find / -type d -exec sh -c 'echo "{}: $(find "{}" -maxdepth 1 -type f | wc -l)"' \; | awk -F: '$2 > 1000' - find directories with more 1000 files

rm -rf <dir_name> - directory removing

----------------------------------------------------------------------------------------------------

cat SPILog_14.log|grep 10700 - credit cards logs in old protokol

----------------------------------------------------------------------------------------------------

/opt/Modularity/SPI/bin # ./SPIShell activation --dcs-user damka --dcs-password Damka2022! - ashrait activation 

/pos/sbin/secugensrv.sh & - restart bionetry device

------------------------------------------------------------------------------------------------------

DSE> CH -F -BLO=628C - Fixing BD counter
DSE> EX

DSE> CA -VE -ALL - Check buffer
------------------------------------------------------------------------------------------------------
DSE> MAPS -BLOCK=<NOMBLOC> -BUSY/FREE - Fixing of blocks with wrong busy or free
DSE> MAPS -REST - Restore blocks ( if receive message abandoned kills  - but first do copy BD )

cd /var/tmp/gtm_<tab>/ // --- if impossible enter to mg
ls
rm file

cd /var/log - rm * -// --- if impossible enter to mg

------------------------------------------------------------------------------------------------------
mupip cre - restore BD temp

mupip integ -full -region DEFAULT - Defining Global's size

------------------------------------------------------------------------------------------------------

~/app/tomcat/work/Catalina/localhost/mumps-examples/org/apache/jsp/jsp>rm *.class  -- fixing error 500 in JSP
after it stop and start tomcat or do restart



