Rajesh Sirangu
general development commands
Saturday, July 25, 2020
Set environment variable in linux
sudo vi ~/.profile
export PATH=$PATH:/apps/jdk1.8.0_261/bin
add your software path and logout the user and then login again.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
zip an empty folder structure
find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +
ATG BCC cleanup projects
How to clean ATG BCC open projects? Please do the following steps. 1. Execute the below SQL scripts --Project Clean UP delete from...
zip an empty folder structure
find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +
ATG BCC Agents Clean up
How to clean up ATG BCC agents? Step1: execute the below sql scripts --Agents Clean UP delete from EPUB_TR_REP_TBL_MP; delete from E...
No comments:
Post a Comment