Search Results

Search: Posts Made By: herberwz
Forum: Linux 07-01-2013
1,312
Posted By herberwz
Help with DNS Configurations
Dear experts

I've managed to configure Blind, Zone files and i can view the domain that i created via nslookup and ping the domain on the same server.

Server: 41.216.x.xx
Address: ...
1,562
Posted By herberwz
A script that deletes files.
I want to write a script that deletes files inside the dir. However, the script
should also allow the user to confirm by pressing (d) key before deleting files..

#!/bin/bash
for file in $1/*...
3,189
Posted By herberwz
A script that deletes files.
I want to write a script that deletes files inside the dir. However, the script
should also allow the user to confirm by pressing (d) key.

#!/bin/bash
for file in $1/*
do
size='ls -l...
3,189
Posted By herberwz
Trying to delete a directory pattern-selective deletion
Trying to delete a directory or a file using a pattern-selective deletion (using “*” and “?” )
3,004
Posted By herberwz
thanx alot
thanx alot
3,004
Posted By herberwz
How to display only the lines from a file which do not contain a given number
a. How do I display the content of the file containing what Ive merged using a filter which would display only the lines of the file which don't contain number, for example 3 or 6.
Showing results 1 to 6 of 6

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