# g command (Editor processor)

The g command positions the line pointer
to a specific line. The attribute number (line number) may be entered
without the g command.

## Syntax

```
 {g}line.number
```

## Parameter(s)

| line.number | Line number (attribute number) to position the line pointer. |
| --- | --- |

## Example(s)

```
 g25
```

## See also

- [b command (Editor processor)](https://d3codex.com/editor/b-command-editor-processor/)
- [l command (Editor processor)](https://d3codex.com/editor/l-command-editor-processor/)
- [n command (Editor processor)](https://d3codex.com/editor/n-command-editor-processor/)
- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [t command (Editor processor)](https://d3codex.com/editor/t-command-editor-processor/)

---
Source: https://d3codex.com/editor/g-command-editor-processor/ - part of the D3Codex reference.
