Search Results

Search: Posts Made By: hindesite
2,491
Posted By pludi
If it comes to locating data in a tree there...
If it comes to locating data in a tree there isn't really a faster option than find. One option might be
find /path -type f -name '*.ini' -print | cpio -o | gzip -9c > backup.cpio.gz
2,438
Posted By kd09714
ctrl - c will actually give you the terminal back...
ctrl - c will actually give you the terminal back killing all the processes running under its ownership. then run the process in nohup mode -

ex -

>>nohup abc.sh &

above command will give...
1,845
Posted By guruprasadpr
Hi ./.alias - This opens a new child...
Hi

./.alias - This opens a new child shell and runs. Its not reflected in your current shell(parent)

. ./.alias - Runs the .alias in the same shell in which you are in without invoking a...
Showing results 1 to 3 of 3

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