Translation of "format-table" in Russian
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
If the Format-Table command cannot display all the properties, it will remove some columns from the display and provide a warning.
Если команда Format-Table не может отобразить все свойства, она удалит некоторые столбцы из вывода и выдаст предупреждение.
The Format-Table command assumes that the nearer a property is to the beginning of the property list, the more important it is.
Команда Format-Table предполагает, что чем ближе свойство к началу списка свойств, тем оно важнее.
The Format-Table cmdlet might still truncate data, but it will only do so at the end of the screen. Properties, other than the last one displayed, are given as much size as they need for their longest data element to display correctly.
Командлет Format-Table может обрезать данные, но это происходит только на правой границе экрана. Свойствам, за исключением последнего отображаемого, выделяется столько места, сколько нужно для корректного вывода самого длинного элемента данных.
If you use the Format-Table cmdlet with no property names specified to format the output of the Get-Process command, you get exactly the same output as you do without performing any formatting.
Если использовать командлет Format-Table без указания имен свойств для форматирования вывода команды Get-Process, будет получен точно такой же вывод, что и без использования форматирования.
You can force lengthy Format-Table data to wrap within its display column by using the Wrap parameter. Using the Wrap parameter alone will not necessarily do what you expect, since it uses default settings if you do not also specify AutoSize:
Можно принудительно перенести длинные данные вывода командлета Format-Table на следующую строку в пределах столбца с помощью параметра Wrap. Использование параметра Wrap в отдельности не всегда приводит к ожидаемому результату, поскольку используются параметры по умолчанию, если также не указан параметр AutoSize:
Because Format-Wide only shows a single property, its Property parameter only takes a single value, but the property parameters of Format-List and Format-Table will accept a list of property names.
Так как командлет Format-Wide отображает только одно свойство, для его параметра Property задается только одно значение, но в качестве значений параметров свойств командлетов Format-List и Format-Table задается список имен свойств.
If you specify the AutoSize parameter when you run the Format-Table command, Windows PowerShell will calculate column widths based on the actual data you are going to display.
Если указать параметр AutoSize при выполнении команды Format-Table, Windows PowerShell вычислит ширину столбцов по ширине реально отображаемых данных.
We will only describe the Format-Wide, Format-List, and Format-Table cmdlets in this user's guide.
В этом руководстве пользователя будут описаны только командлеты Format-Wide, Format-List и Format-Table.
This is where the format-table cmdlet that was mentioned in the last article can be useful.
Именно поэтому перегрузки и мантры, описанные в предыдущей главе, могут оказаться полезными.