Search Results

Search: Posts Made By: chvs2000
2,776
Posted By chvs2000
Best practices for Source control
Hi all,
i am trying to incorporate source control management in my project. We have about 50 - 60 shell scripts on 3 different machines dev, stag and production, but there is no source control.
...
1,793
Posted By chvs2000
Sample data is like Order# Appt No# ...
Sample data is like

Order# Appt No# Status
112 157 open
112 157 closed
113 123 open
113 234 open
113 123 ...
1,793
Posted By chvs2000
An interactive way to delete duplicates
1)I am trying to write a script that works interactively lists duplicated records on certain field/column and asks user to delete one or more. And finally it deletes all the records the used has...
2,539
Posted By chvs2000
Actually I am trying to print all the arguments...
Actually I am trying to print all the arguments to the script. $count would print the count variable, but i want to print values of $1, $2 etc
2,539
Posted By chvs2000
Simple script
I am trying to print my script arguments, but i am stuck at the arrow pointed lines..please help

#!/bin/bash
echo "Number of arguments $#"
count=1
while [ $count -le $# ]
do
echo ${$count} ...
Showing results 1 to 5 of 5

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