468x60 Ads

Good morning!

Friday April 4, 2025

Thursday, October 4, 2012

Create new empty files using "touch" command

The touch Command The touch command is use to create new empty files. It’s also use to change file access and modification times touch's syntax : #touch [option] file_name Using touch command can...

Monday, October 1, 2012

Find command in solaris 10 (Eg:Find some content inside files under some directory)

Find some content inside files and it will gives the files that content is available: # find /usr/local/etc/ -type f-exec grep -l "00:C0:89:14:9F:6C" {} \; /usr/local/etc/dhcplog.txt /usr/local/etc/subnetfiles/50.200.0.0-19-server2 /usr/local/etc/ :Location...