Dear Experts:
I want to write a bash script to do backup a folder under format YYYYMMDD. This script will be run today but it will do a backup of yesrday folder. For example here are the list of...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_23224821.html
Zones:
Solaris,
UnixDate Answered: 03/13/2008 Grade: A Views: 116
Hi:
I was not able to do this in Excel, so I decided to have it accomplished in a Linux Centos Server, issuing the command from the command line.
Imagine I have a very simple flat text file w...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23230220.html
I have a BASH script that works but I need to skip over the .log files.
Here is the script - how do I get the "for movie ..." line to exclude all .log files in that directory?
#!/bin/bash
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23586853.html
Hey guys... scripting experts!
so for example I have a file name called
/var/www/html/images/myphoto.jpg
Using script, how do I extract only the "myphoto.jpg" part? Thanks all!
If you guy...
http://www.experts-exchange.com/OS/Linux/Q_23717564.html
Mac OS X 10.5.5
I used Network in System Preferences to configure a VPN connection.
After which it displays in the menu on the top of my screen with my clock.
I click on it and then click 'Conne...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23799096.html
I have a bunch of numbers in a text file
tl@NewWest:~/pas$ head e6
1 491633.998 5457453.139 62.269
2 491632.579 5457455.151 62.410
3 491632.561 5457455.489 62.102
4 491629.344 5457454.188 62.2...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23548880.html
I have a text file as follows;
1256-5656 josh; barry
dd-<55> test
4566-7777 james;john
ss-kkk test_2
4566
7777-9999 sean;penn
dd<66> test_3
I would like to write a awk script that m...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23873086.html
The server is listening on port 7777, for example, and there are many self-defined commands. When I execute the sequences of the commands manually it works fine i.e:
1. telnet to myserver with por...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23855069.html
Hello experts,
I recently put my website to a shared hosting in Linux server. Because of some limitation I had to copy a single file into multiple directories recursively. Doing this by hand wi...
http://www.experts-exchange.com/OS/Unix/Q_23463201.html
Hi all
This might be a very basic question but I can't find the solution... I am looking for a simple way to check, on the Linux shell, whether there has been an update or access to the files *a...
http://www.experts-exchange.com/OS/Linux/Administration/Q_23806286.html